summaryrefslogtreecommitdiff
path: root/hints
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade warning should only be issued if upgrade happensH.Merijn Brand2006-11-211-1/+4
| | | p4raw-id: //depot/perl@29341
* Silence some warnings during ConfigureH.Merijn Brand2006-11-211-1/+2
| | | p4raw-id: //depot/perl@29339
* Remove warnings against WHOA THERE warnings from the hints files.Rafael Garcia-Suarez2006-11-217-49/+2
| | | p4raw-id: //depot/perl@29335
* Linux and Solaris hints: C++ vs dlerrorJarkko Hietaniemi2006-10-102-2/+13
| | | | | Message-ID: <452B7D58.1090009@iki.fi> p4raw-id: //depot/perl@28979
* (1) g++ 4.x (or Mac OS X) (2) Solaris g++ or CCJarkko Hietaniemi2006-09-141-14/+1
| | | | | | | Message-ID: <45083D88.7050207@iki.fi> Plus a tweak to the name of CC. p4raw-id: //depot/perl@28842
* C++: Solaris CC now compiles "perl"Jarkko Hietaniemi2006-09-111-2/+15
| | | | | Message-ID: <4502B398.6060505@iki.fi> p4raw-id: //depot/perl@28814
* [perl #40239] New hints file for MidnightBSD Lucas Holt2006-09-041-0/+61
| | | | | | From: Lucas Holt (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.5.HEAD-31263-1156562199-1390.40239-75-0@perl.org> p4raw-id: //depot/perl@28783
* [perl #40161] ccversion fix for hpuxsmoketst@hp46t243.cup.hp.com2006-08-231-1/+1
| | | | | | From: smoketst@hp46t243.cup.hp.com (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.5.HEAD-31263-1155795052-1297.40161-75-0@perl.org> p4raw-id: //depot/perl@28751
* 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++/Solaris: force d_dlopen=defineJarkko Hietaniemi2006-08-201-0/+11
| | | | | Message-Id: <200608181248.k7ICmY2W028375@vipunen.hut.fi> p4raw-id: //depot/perl@28737
* Additional floating point strictness is needed to get Intel cc to passSteve Peters2006-08-151-2/+2
| | | | | its tests. p4raw-id: //depot/perl@28728
* 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
* g++ heavy shovelingJarkko Hietaniemi2006-08-021-0/+12
| | | | | Message-ID: <44CFC1EA.2050702@iki.fi> p4raw-id: //depot/perl@28645
* (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
* Keep Intel C++ from claiming that it is gcc.Steve Peters2006-07-131-1/+2
| | | p4raw-id: //depot/perl@28566
* z/OS: hints/os390.sh and Makefile.SHJarkko Hietaniemi2006-07-101-9/+15
| | | | | Message-ID: <44B2B0B5.3000008@iki.fi> p4raw-id: //depot/perl@28539
* Solaris' sh doesn't like empty if'sH.Merijn Brand2006-06-301-6/+7
| | | p4raw-id: //depot/perl@28458
* Solaris hints: gcc flags confuse ConfigureAndy Dougherty2006-06-281-1/+1
| | | | | | Subject: [PATCH] (Was Re: [perl #39636] Configure fails) Message-ID: <Pine.LNX.4.62.0606281331350.3867@fractal.phys.lafayette.edu> p4raw-id: //depot/perl@28446
* Sun C on Linux doesn't complain about the attributes sprinkled Steve Peters2006-05-261-0/+9
| | | | | | through the code in all cases, even though attributes are not supported. In some cases, however, it does. p4raw-id: //depot/perl@28309
* Add -fno-delete-null-pointer-checks to ccflags on Itaniums when Steve Peters2006-05-101-1/+11
| | | | | compiling with gcc's 3.2, 3.3, or 3.4. This fixes RT #37156. p4raw-id: //depot/perl@28155
* Remvove code that gets undone in the next line.H.Merijn Brand2006-05-071-31/+17
| | | | | Keep the documentation part. p4raw-id: //depot/perl@28116
* Anton Berezin says that on FreeBSD we're wrong to be using -lc_r, andNicholas Clark2006-04-281-11/+22
| | | | | | | should just be using -pthread on the linker line. This stops the new taint tests looping infinitely. It also seems to cure the TODO test in posix.t - masked SIGINT is now received. p4raw-id: //depot/perl@27995
* Support compiling for RISC OSAlex Waugh2006-04-181-0/+20
| | | | | Message-ID: <2498b2184e.ajw498@caramel.cp15.org> p4raw-id: //depot/perl@27884
* Fix some test failures in t/op/cmp.t when compiling with the IntelSteve Peters2006-03-221-1/+2
| | | | | C++ Compiler on Linux. p4raw-id: //depot/perl@27568
* Suppress System V IPC for 64-bit Darwin buildsDominic Dunlop2006-02-271-4/+9
| | | | | Message-Id: <A685C5DB-23CE-430E-95F1-CC7A9480DDF9@mac.com> p4raw-id: //depot/perl@27333
* Additional hints needed to build threaded Perls on NetBSD.Steve Peters2006-02-211-1/+19
| | | p4raw-id: //depot/perl@27263
* Make SDBM_File work with -Duse64bitall on Darwin (Mac OS X)Dominic Dunlop2006-02-201-2/+2
| | | | | Message-Id: <B699DDDE-EC4E-495D-AFF5-3D7399332A24@mac.com> p4raw-id: //depot/perl@27250
* Don't add -fPIC if already present.Brendan O'Dea2006-02-171-0/+1
| | | | | | | Subject: [PATCH] 5.8.8: Debian patches From: "Brendan O'Dea" <bod@debian.org> Message-ID: <20060210133715.GA6826@londo.c47.org> p4raw-id: //depot/perl@27212
* Patch for perl to compile/work on DragonFlyBSDRobert Sebastian Gerus2006-02-151-0/+114
| | | | | Message-ID: <4a1e16420602140827w17fd6595w@mail.gmail.com> p4raw-id: //depot/perl@27189
* Add -DPTR_IS_LONG when building with -Duse64bitint on Solaris/i386. Steve Peters2006-01-301-0/+8
| | | | | Otherwise, the build fails in POSIX. p4raw-id: //depot/perl@27001
* maint and blead: unicos.sh hintsJarkko Hietaniemi2006-01-301-1/+12
| | | | | Message-Id: <200601292145.k0TLj3mW320311@kosh.hut.fi> p4raw-id: //depot/perl@26998
* quiet gcc Info message in cygwinYitzchak Scott-Thoennes2006-01-271-0/+3
| | | | | Message-ID: <20060126031608.GA2588@efn.org> p4raw-id: //depot/perl@26958
* Re: Today's compiling adventureKen Hirsch2006-01-121-74/+46
| | | | | Message-ID: <43C69F48.7090600@ftml.net> p4raw-id: //depot/perl@26807
* 1. Make HP C-ANSI-C work on Itanium2 (HP-UX 11.23)H.Merijn Brand2006-01-101-6/+15
| | | | | | broken optimizer 2. Remove a compiler warning in a try program p4raw-id: //depot/perl@26770
* 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
* ctime_r() and asctime_r() seem to have some problems before HP-UX 11.Steve Peters2005-12-231-0/+8
| | | p4raw-id: //depot/perl@26462
* Initial, albeit hackish, support for the alpha version of Sun StudioSteve Peters2005-11-181-0/+5
| | | | | compilers of Linux. p4raw-id: //depot/perl@26153
* environ fixupAlan Burlison2005-10-111-0/+15
| | | | | Message-ID: <434BDA72.4090109@sun.com> p4raw-id: //depot/perl@25737
* Changes for hints/linux.sh for PurifySteve Peters2005-09-231-0/+10
| | | | | Message-ID: <20050923133858.GA29475@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@25582
* [perl #36448] configuring ranlib for perl on osx with xcode 2.1Luke Closs2005-09-131-0/+4
| | | | | | | From: Luke Closs (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-36448-116486.6.06308221656583@perl.org> Date: 1 Jul 2005 21:56:31 -0000 p4raw-id: //depot/perl@25402
* make test of perl 5.8.7 failed on icc9YAMASHINA Hio2005-08-181-1/+1
| | | | | Message-Id: <20050818165213.BDF1.HIO@ymir.co.jp> p4raw-id: //depot/perl@25305
* Re: [perl #36235] perl + gcc-4.0.0 + solaris + gnu binutilsAndy Dougherty2005-08-101-1/+4
| | | | | Message-ID: <Pine.SOC.4.62.0507261131300.8774@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@25282
* 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
* Use the correct gcc when more than one gcc is installedH.Merijn Brand2005-07-261-2/+2
| | | | | Thanks to Campo p4raw-id: //depot/perl@25228
* Re: Hints for 64bitall (PPC!) Darwin perlDominic Dunlop2005-06-281-1/+42
| | | | | | Message-Id: <1D31D9A6-2451-49EE-AD80-80F1D9CA2825@computer.org> Date: Mon, 27 Jun 2005 19:46:59 +0200 p4raw-id: //depot/perl@25004
* On OS X to use perl's malloc need to USE_PERL_SBRK and emulate sbrk()Nicholas Clark2005-06-251-0/+3
| | | | | | using system malloc, because sbrk() stops giving us memory after about 14Mb. p4raw-id: //depot/perl@24981
* gcc hints were not yet applied to gcc-4.xH.Merijn Brand2005-05-301-11/+12
| | | | | Now they are p4raw-id: //depot/perl@24630
* MPE/iX has no lchown()Jarkko Hietaniemi2005-05-261-0/+1
| | | | | Message-Id: <42956053.4010200@gmail.com> p4raw-id: //depot/perl@24579