summaryrefslogtreecommitdiff
path: root/hints/linux.sh
Commit message (Expand)AuthorAgeFilesLines
* Improve detection of Intel C/C++ compilers. (#18001)Graham✈️✈️2020-07-291-1/+1
* (perl #134189) handle no gcc, but cc is clangTony Cook2019-06-241-0/+3
* Define _GNU_SOURCE if using the musl libc on linux.Andy Dougherty2019-01-311-0/+10
* Drop support for Linux a.outAaron Crane2016-11-111-86/+0
* reduce stderr noise in buildDavid Mitchell2014-12-031-1/+1
* quadmath: try finding if only available as gcc internal library.Jarkko Hietaniemi2014-11-141-0/+17
* The linux hints file should only look for -lgdbm_compat if -lgdbm is wanted.Nicholas Clark2014-03-201-1/+5
* Linux hints: Improve the code that looks for libc.soBrian Fraser2014-01-261-11/+26
* Linux hints: Improve the portability of the -lndbm checkBrian Fraser2014-01-261-10/+21
* Linux hints: add some missing $ccflagsBrian Fraser2014-01-261-2/+2
* Linux hints: Handle `uname -m` in cross-compilation buildsBrian Fraser2014-01-261-3/+6
* Linux hints: try using user-provided binaries before going for the defaultsBrian Fraser2014-01-261-3/+3
* Synology support now more explicitH.Merijn Brand2013-11-111-29/+27
* With symlinks in /lib m and crypt are are no longer exceptionsH.Merijn Brand2013-11-081-1/+1
* hints for CPU model Marvell Kirkwood mv6282 ARMv5teH.Merijn Brand2013-11-081-0/+29
* fix g++ and nmDavid Mitchell2012-12-301-10/+0
* In the Linux hints, invoke gcc with LANG and LC_ALL set to "C".Nicholas Clark2012-05-141-1/+1
* Further eliminate POSIX-emulation under LinuxThreadsÆvar Arnfjörð Bjarmason2012-02-151-7/+1
* Don't include libutil.h on LinuxFlorian Ragwitz2011-07-131-0/+3
* Prefer the system gcc when searching for libraries such as -lmNicholas Clark2011-06-181-1/+9
* collapse plibpth to one line and remove trailing /Andy Dougherty2011-04-181-2/+4
* Revert "collapse plibpth to one line"David Mitchell2011-04-181-2/+1
* collapse plibpth to one lineDavid Mitchell2011-04-181-1/+2
* As part of their switch to a multi-arch library layout,Andy Dougherty2011-04-171-0/+18
* Fix typos (spelling errors) in hints/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* record version of Intel C during configureTony Cook2009-11-241-0/+5
* Future-proof hints/linux.sh against Sun's cc -V output.Andy Dougherty2008-11-141-1/+5
* Relocations errors with Intel CC 10 on 64 bits archsVincent Pit2008-11-111-0/+6
* Minor hints/linux.sh patch to allow setting -DoptimizeAndy Dougherty2008-07-291-1/+1
* Re: [perl #50180] NDBM_File fails to build Andy Dougherty2008-05-171-0/+3
* Patches to compile perl on Cray XT4 Catamount/Qk, by JarkkoRafael Garcia-Suarez2007-06-171-1/+9
* On Linux, don't compile with -DTHREADS_HAVE_PIDS if theRafael Garcia-Suarez2007-03-261-1/+7
* libdb may require pthreadJonathan Stowe2007-02-071-3/+40
* Linux and Solaris hints: C++ vs dlerrorJarkko Hietaniemi2006-10-101-0/+8
* Additional floating point strictness is needed to get Intel cc to passSteve Peters2006-08-151-2/+2
* g++ heavy shovelingJarkko Hietaniemi2006-08-021-0/+12
* Keep Intel C++ from claiming that it is gcc.Steve Peters2006-07-131-1/+2
* Sun C on Linux doesn't complain about the attributes sprinkled Steve Peters2006-05-261-0/+9
* Add -fno-delete-null-pointer-checks to ccflags on Itaniums when Steve Peters2006-05-101-1/+11
* Fix some test failures in t/op/cmp.t when compiling with the IntelSteve Peters2006-03-221-1/+2
* Don't add -fPIC if already present.Brendan O'Dea2006-02-171-0/+1
* Initial, albeit hackish, support for the alpha version of Sun StudioSteve Peters2005-11-181-0/+5
* Changes for hints/linux.sh for PurifySteve Peters2005-09-231-0/+10
* make test of perl 5.8.7 failed on icc9YAMASHINA Hio2005-08-181-1/+1
* Re: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu)Steve Peters2005-03-251-3/+4
* On Linux-PPC, using gcc, downgrade to the -O1 optimisationRafael Garcia-Suarez2004-04-161-1/+10
* Remaining smoked platforms where malloc wrap is known to work.Nicholas Clark2004-03-241-0/+5
* Use the optimization level -O2 by default on Linux/gcc.Marcus Holland-Moritz2004-01-021-13/+2
* Be sure to use -fPIC not -fpic on Linux/SPARCAndy Dougherty2003-11-051-2/+2
* Re: [PATCH] RC5 and Intel's ICCMarcus Holland-Moritz2003-09-231-0/+12