summaryrefslogtreecommitdiff
path: root/hints/dec_osf.sh
Commit message (Collapse)AuthorAgeFilesLines
* Tru64: align fp policies of gcc and ccJarkko Hietaniemi2008-04-051-1/+1
| | | | | Message-Id: <200804050116.m351GH5P042062@kosh.hut.fi> p4raw-id: //depot/perl@33647
* tru64: poison stack, write protect string constantsJarkko Hietaniemi2008-01-121-0/+21
| | | | | Message-Id: <200801120127.m0C1RAZ6088857@kosh.hut.fi> p4raw-id: //depot/perl@32966
* Re: configure failed in tru64Jarkko Hietaniemi2007-10-301-56/+60
| | | | | Message-ID: <47271AE4.5060806@iki.fi> p4raw-id: //depot/perl@32203
* g++ in Tru64: align sockaddr and sockaddr_in defsJarkko Hietaniemi2007-04-121-2/+3
| | | | | Message-Id: <200704120219.l3C2JUGZ294947@kosh.hut.fi> p4raw-id: //depot/perl@30918
* gcc -dumpversion is at least supported back to 2.7.x andH.Merijn Brand2007-01-121-1/+1
| | | | | | thus seems to be much more defensive against upcoming version reporting format changes. p4raw-id: //depot/perl@29777
* g++/Tru64: got perl linking once got the linkage rightJarkko Hietaniemi2006-08-211-0/+5
| | | | | Message-Id: <200608181003.k7IA3Hso276655@kosh.hut.fi> p4raw-id: //depot/perl@28741
* g++: gethostbyaddr, and more Tru64 definesJarkko Hietaniemi2006-08-101-2/+3
| | | | | Message-ID: <44DACB8C.1080708@iki.fi> p4raw-id: //depot/perl@28689
* more g++ in Tru64Jarkko Hietaniemi2006-08-031-3/+3
| | | | | Message-ID: <44D191FD.9030902@iki.fi> p4raw-id: //depot/perl@28654
* (back) towards g++ compilation (in Tru64, and elsewhere)Jarkko Hietaniemi2006-08-011-0/+6
| | | | | | | Message-ID: <44CE6BC7.8060805@iki.fi> Just the hints/dec_osf.sh changes from this set of patches. p4raw-id: //depot/perl@28633
* Tru64: if cc given both -O and -g, -g must be -g3Jarkko Hietaniemi2006-07-231-0/+10
| | | | | Message-Id: <200607230718.k6N7IB4u009170@kosh.hut.fi> p4raw-id: //depot/perl@28609
* hints/dec_osf.sh (Re: blead@26701 compilation warning from tru64 cc)Jarkko Hietaniemi2006-01-081-2/+11
| | | | | Message-ID: <43C0DD9A.9080809@gmail.com> p4raw-id: //depot/perl@26707
* Re: [PATCH] Tru64: use -c99 for ccflags if availableJarkko Hietaniemi2005-07-281-15/+38
| | | | | | Message-ID: <42E882DF.6020100@gmail.com> Message-ID: <42E86DE9.6090709@gmail.com> p4raw-id: //depot/perl@25231
* potential [PATCH] Tru64 crank up strictnessJarkko Hietaniemi2005-05-101-3/+3
| | | | | Message-Id: <4ADE5AAD-27CB-4F9E-BEC7-41DAA7671108@iki.fi> p4raw-id: //depot/perl@24444
* Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)Jarkko Hietaniemi2005-01-221-10/+4
| | | | | | Message-ID: <41F2C427.7020003@iki.fi> Date: Sat, 22 Jan 2005 23:22:47 +0200 p4raw-id: //depot/perl@23864
* Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)Jarkko Hietaniemi2005-01-221-0/+17
| | | | | | | Message-ID: <41F2911E.8090204@iki.fi> (drop optimisation on pp_pack.c for gcc on osf1 to -O1) p4raw-id: //depot/perl@23862
* Remaining smoked platforms where malloc wrap is known to work.Nicholas Clark2004-03-241-0/+5
| | | | | | Data for Irix and NetBSD would be useful - they probably will work too. Will Unicos work? Place bets now... p4raw-id: //depot/perl@22585
* Revert #20301, apparently the _SOCKADDR_LEN #define isJarkko Hietaniemi2003-07-291-1/+5
| | | | | | important for IPv6 (Spider). Since there is no way to otherwise detect 3.X, use the hints. p4raw-id: //depot/perl@20324
* DEC OSF/1 3.x did (does) not do sizer -v.Jarkko Hietaniemi2003-07-291-4/+7
| | | p4raw-id: //depot/perl@20298
* The #19842 is no more needed thanks to #19876,Jarkko Hietaniemi2003-06-281-7/+2
| | | | | | and the #19842 was wrong anyway (it affected only the threaded case.) p4raw-id: //depot/perl@19877
* Until the Perl malloc problems in Tru64 are fixed.Jarkko Hietaniemi2003-06-221-2/+7
| | | p4raw-id: //depot/perl@19842
* It seems that in Tru64 V5 gcc cannot be used toJarkko Hietaniemi2003-03-291-1/+24
| | | | | | | compile a threaded Perl because <pthread.h> explicitly checks for supported compilers (gcc not being one of them). This is not so bad since the system C compiler is always there. p4raw-id: //depot/perl@19078
* Tru64: additional instructions for building a newer Berkeley DB.Jarkko Hietaniemi2003-03-091-0/+4
| | | p4raw-id: //depot/perl@18864
* Tru64, gcc -O3, datasizeH.Merijn Brand2002-11-041-0/+36
| | | | | Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi> p4raw-id: //depot/perl@18084
* Tru64 vs Berkeley DBJarkko Hietaniemi2002-08-301-13/+1
| | | | | Message-Id: <20020830035638.GB874@lyta.hut.fi> p4raw-id: //depot/perl@17808
* [ID 20020715.009] perl 5.8.0 RC3 incorrectly tests gcc version on Tru64 UNIX ↵Rainer Orth2002-07-151-4/+4
| | | | | | | | | V4.0F Message-Id: <5.8.0_22255_1026753561@rimsky> (also raise the gcc minimum to 2.95.3) p4raw-id: //depot/perl@17554
* Re: [ PATCH ] AIX 4.3 / gcc / threadsH.Merijn Brand2002-05-161-3/+6
| | | | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020516164139.666A.H.M.BRAND@hccnet.nl> gcc 3 version parsing proofing. p4raw-id: //depot/perl@16629
* The loclibpth is always set by Configure.Jarkko Hietaniemi2002-05-051-29/+25
| | | p4raw-id: //depot/perl@16406
* s/done/esac/Jarkko Hietaniemi2002-03-271-1/+1
| | | p4raw-id: //depot/perl@15537
* Tru64: Modify LD_LIBRARY_PATH only if loclibpth is set.Jarkko Hietaniemi2002-03-251-13/+17
| | | p4raw-id: //depot/perl@15505
* re: long double vs. Tru64 UNIX Spider Boardman2002-03-181-0/+35
| | | | | Message-Id: <200203181509.KAA419788@leggy.zk3.dec.com> p4raw-id: //depot/perl@15293
* More paranoid _r protochecking. At least Tru64 andJarkko Hietaniemi2002-03-161-0/+6
| | | | | | | Linux need additional hinting help to believe that the time_r protos exist; turn on FreeBSD _THREAD_SAFE to see what goes bang. p4raw-id: //depot/perl@15257
* Only modify LD_LIBRARY_PATH in case there are directories.Jarkko Hietaniemi2002-02-271-5/+7
| | | p4raw-id: //depot/perl@14891
* If using -Dloclibpth=... the directories need toJarkko Hietaniemi2002-02-261-0/+27
| | | | | | | be appended to LD_LIBRARY_PATH (and ickily, if those directories contain a (newer?) libdb.so, we need to prepend /usr/shlib to loclibpth). p4raw-id: //depot/perl@14879
* d_Gconvert hints and GlossaryYitzchak Scott-Thoennes2002-02-201-1/+0
| | | | | Message-ID: <42qc8gzkgOFN092yn@efn.org> p4raw-id: //depot/perl@14786
* Thinko: we want the flags for native cc, not gcc.Jarkko Hietaniemi2001-08-111-1/+2
| | | p4raw-id: //depot/perl@11636
* Make VMS use IEEE math by default; reorder Tru64 hintsJarkko Hietaniemi2001-08-081-12/+21
| | | | | | so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754 exception semantics) is always set if using (the new) cc. p4raw-id: //depot/perl@11613
* Some Tru64 C compilers have C++ components that confuseJarkko Hietaniemi2001-08-051-1/+1
| | | | | the ccversion parsing. p4raw-id: //depot/perl@11580
* Disable long doubles from pre-5.0 Tru64s.Jarkko Hietaniemi2001-06-061-2/+17
| | | p4raw-id: //depot/perl@10458
* The #10455 exposed that modfl() is fundamentally bustedJarkko Hietaniemi2001-06-061-0/+4
| | | | | | (as in: dumps core) in pre-5.0 Tru64, so better avoid even testing it. p4raw-id: //depot/perl@10457
* Output the (apparent) version of gcc, as suggested byJeremy H. Brown2000-12-291-9/+10
| | | | | | | | | | Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu> (The patch as such didn't any more apply as the misparsing had already been addressed in #6474.) Also change the wording about gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did. p4raw-id: //depot/perl@8253
* Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0fH.Merijn Brand2000-09-081-1/+1
| | | | | Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@7035
* Fix the ccversion detection for 5.1 and beyond.Spider Boardman2000-09-071-1/+1
| | | | | | Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com> p4raw-id: //depot/perl@7031
* Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,Jarkko Hietaniemi2000-09-011-0/+1
| | | | | | so that case-ignoring systems like DCL can tell them from PRIefldbl and PRIx64. Apply Merijn's ccversion patches. p4raw-id: //depot/perl@6982
* In Digital UNIX warn if gcc explicitly chosen because evenJarkko Hietaniemi2000-08-011-14/+22
| | | | | 2.95.2 is known to cause problems. p4raw-id: //depot/perl@6474
* Make the safety catch for buggy gccs work with triple versionMaurizio Loreti2000-08-011-1/+1
| | | | | | | | numbers like 2.95.2. Reported in Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2 Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it> p4raw-id: //depot/perl@6473
* Disallow using too old gcc in {Tru64,Digital UNIX,DEC OSF/1}.Jarkko Hietaniemi2000-03-211-1/+25
| | | | | (Even gcc 2.95 doesn't seem to be working 100%.) p4raw-id: //depot/cfgperl@5860
* Configure nits: do not use /tmp to avoid potential securityJarkko Hietaniemi2000-03-151-2/+2
| | | | | | | | | | problems (Andy Dougherty: this does not fix the rampant use of /tmp by the various utilities like C compilers, though. Just don't run Configure as root if you care about security.), fix man3dir bug (both from Andy Dougherty); fix hints files not to use /tmp; retract #4993 (the description of the *symbols variables is okay, after all); regen Configure. p4raw-id: //depot/cfgperl@5757
* Tru64 hints fix from Spider Boardman; Tru64 hint forJarkko Hietaniemi2000-02-291-2/+10
| | | | | d_Gconvert on long doubles to use sprintf %Lg. p4raw-id: //depot/cfgperl@5377
* Tru64 V5.0 patches from Spider Boardman.Jarkko Hietaniemi2000-02-221-3/+16
| | | p4raw-id: //depot/cfgperl@5200
* Turn on largefileness always if available andJarkko Hietaniemi1999-11-111-0/+2
| | | | | continue 64-bit fixes. p4raw-id: //depot/cfgperl@4552