summaryrefslogtreecommitdiff
path: root/hints
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 5.20.3, just ahead of its impending releaseSteve Hay2015-08-201-2/+2
* Change os390 custom cppstdin script to use fgrep.Andy Dougherty2015-07-281-2/+2
* After Yosemite there's no /usr/include.Jarkko Hietaniemi2015-06-011-2/+4
* Bump version to 5.20.2, just ahead of its impending releaseSteve Hay2015-01-281-2/+2
* Upstream a patch from pkgsrc for NetBSD hintsChris 'BinGOs' Williams2015-01-171-1/+15
* Darwin: set ld to 'cc' if $cc is 'cc' or empty, $cc otherwise.Jarkko Hietaniemi2015-01-121-2/+5
* Darwin: if cc is explicitly gcc/g++, use it also as ld.Jarkko Hietaniemi2015-01-121-1/+5
* Tru64: the socket API defines must come early.Jarkko Hietaniemi2014-12-271-3/+18
* Tru64: does have sa_len.Jarkko Hietaniemi2014-12-271-0/+3
* Irix: the explicit <fcntl.h> is neededJarkko Hietaniemi2014-12-271-0/+5
* Irix: MIPSpro 7.4 compiler has broken memcmp.Jarkko Hietaniemi2014-12-271-0/+20
* IRIX 6.5 (cc 7.4) needs -c99 to compile without whining.Jarkko Hietaniemi2014-12-271-1/+10
* Android hints: Always append /system/lib and /vendor/lib in libpthBrian Fraser2014-08-221-0/+1
* Remove compiler warning spam on dos-djgppChris 'BinGOs' Williams2014-08-211-3/+3
* Fix hint typo: No leading underscore in PERL_USE_SAFE_PUTENVAndy Dougherty2014-08-141-1/+1
* Sun c99 needs -Xa for many system interfaces.Jarkko Hietaniemi2014-08-141-2/+8
* Sun c99 doesn't like bare -O.Jarkko Hietaniemi2014-08-141-0/+7
* Sun c99 ccversion.Jarkko Hietaniemi2014-08-141-1/+1
* Newer Sun C compilers are not 'SUNwspro', but 'solstudio'.Jarkko Hietaniemi2014-08-141-4/+8
* Correct architectures and versions for hintsAndrew Fresh2014-07-151-7/+7
* bump version to v5.20.1Ricardo Signes2014-05-271-2/+2
* bump version to 5.20.0, install 5.20 perldeltaRicardo Signes2014-05-121-2/+2
* Bump version for 5.19.12 (not that it's expected to exist...)Steve Hay2014-04-201-2/+2
* Bump to Perl version 5.19.11Aaron Crane2014-03-201-2/+2
* The linux hints file should only look for -lgdbm_compat if -lgdbm is wanted.Nicholas Clark2014-03-201-1/+5
* On OS X, allow Configure to override $ld with -Dld=...Nicholas Clark2014-03-161-1/+5
* bump to version 5.19.10 and fix the version number reference in op.cTony Cook2014-02-201-2/+2
* QNX hints: Add LC_ALL=C to targetenvBrian Fraser2014-01-301-0/+1
* Configure, Solaris hints: Allow cross-compiling to Solaris.Brian Fraser2014-01-301-25/+34
* Configure, qnx hints: Improve the cross-compilation support for QNXBrian Fraser2014-01-301-8/+46
* Android hints: run-adb-shell was mishandling '\0'Brian Fraser2014-01-261-12/+9
* Android hints: Set d_csh to undef in cross buildsBrian Fraser2014-01-261-0/+10
* Android hints: load the linux hints to get those defaultsBrian Fraser2014-01-261-0/+3
* Android hints: Clean up some files if cross-compiling with adbBrian Fraser2014-01-261-0/+2
* Android hints: In native builds, add -L/system/lib to ldflagsBrian Fraser2014-01-261-0/+3
* Configure, Android hints: Changes to allow native buildsBrian Fraser2014-01-261-0/+10
* Android hints: When Configure finishes, turn $^O into 'android'Brian Fraser2014-01-261-0/+13
* Android hints: Add m to libswantedBrian Fraser2014-01-261-0/+3
* Android hints: Set osvers to getprop ro.build.version.releaseBrian Fraser2014-01-261-0/+2
* Android hints: Only use adb if $targetrun is set to adbBrian Fraser2014-01-261-1/+5
* Android hints: Only set userelocatableinc if it doesn't have a valueBrian Fraser2014-01-261-1/+3
* hints/linux-androideabi.sh: If the host OS is darwin, set firstmakefile to GN...Brian Fraser2014-01-261-0/+3
* hints/linux-androideabi.sh: use $chmod instead of plain chmodBrian Fraser2014-01-261-4/+4
* hints/linux-androideabi.sh: use $cat instead of plain catBrian Fraser2014-01-261-15/+15
* hints/linux-androideabi.sh: adb takes care of creating the target dir on the ...Brian Fraser2014-01-261-2/+0
* hints/linux-androideabi.sh: sed might not understand "\r", use $tr insteadBrian Fraser2014-01-261-3/+3
* hints/linux-androideabi.sh: Rather than relaying on adb, save the exit status...Brian Fraser2014-01-261-7/+20
* hints/linux-androideabi.sh: getservent_r() is a partial stub, mark it as unde...Brian Fraser2014-01-261-0/+3
* android hints: Always define d_libname_uniqueBrian Fraser2014-01-261-0/+14
* Android hints: Detect stub functions and mark them as undefined.Brian Fraser2014-01-261-0/+92