summaryrefslogtreecommitdiff
path: root/Configure
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify cppsym dash problemH.Merijn Brand2014-07-261-4/+2
* Configure: Handle hyphens when searching cpp symbolsBrian Fraser2014-07-251-1/+3
* Configure: Discard errors when testing for less -RBrian Fraser2014-07-251-1/+1
* Regen Configure after backportsH.Merijn Brand2014-07-151-93/+90
* Enable _FORTIFY_SOURCE only if optimizing, as specified.Jarkko Hietaniemi2014-07-021-5/+10
* Some more cppsymbols to scan.Jarkko Hietaniemi2014-06-301-16/+17
* ANSI prototypes for Berkeley DB API testing.Jarkko Hietaniemi2014-06-301-6/+2
* In nonblock test do not ignore the syscall returns.Jarkko Hietaniemi2014-06-301-8/+20
* Add -D_FORTIFY_SOURCE=2 when applicable.Jarkko Hietaniemi2014-06-301-1/+17
* Remove MAD.Jarkko Hietaniemi2014-06-131-42/+0
* Protect against ptrdiff_t not being available.Brian Fraser2014-06-131-0/+21
* Removed NeXT supportBrian Fraser2014-06-111-50/+2
* [perl #121585] Configure shouldn't write source treeH.Merijn Brand2014-06-111-6/+6
* Fix cbacktraceH.Merijn Brand2014-06-111-20/+24
* Fix i_bfdH.Merijn Brand2014-06-111-18/+18
* Add C backtrace API.Jarkko Hietaniemi2014-06-071-0/+40
* Probe for working wcscmp and wcsxfrmH.Merijn Brand2014-06-051-0/+61
* evat => eval as found by Tom HukinsH.Merijn Brand2014-06-041-5/+5
* remove BOOTSTRAP_CHARSET from Configure (khw's request)H.Merijn Brand2014-06-011-36/+29
* Get rid of "grep empty(sub)expression" noise.Jarkko Hietaniemi2014-05-291-1/+1
* -fwrapv is broken prior to gcc-4.3 (googled and patched by Zefram)H.Merijn Brand2014-04-091-2/+2
* gcc 4.9 by default does some optimizations that break perl (#121505)H.Merijn Brand2014-04-091-1/+17
* Configure misdetects strlcpy et al. with gcc -flto (RT#113022)H.Merijn Brand2014-03-161-3/+3
* Backport/genererate work from cross-portH.Merijn Brand2014-03-121-20/+24
* Configure: use $undef, not plain undefBrian Fraser2014-01-301-2/+2
* Configure: Added a targetenv variableBrian Fraser2014-01-301-0/+2
* Configure, Solaris hints: Allow cross-compiling to Solaris.Brian Fraser2014-01-301-1/+17
* Configure, qnx hints: Improve the cross-compilation support for QNXBrian Fraser2014-01-301-1/+2
* Configure: Fix the fflush(NULL) test in cross buildsBrian Fraser2014-01-261-2/+4
* Configure: If cross-compiling to linux, pick the proper hints fileBrian Fraser2014-01-261-0/+5
* Configure: added special osname checks for nto and androidBrian Fraser2014-01-261-1/+13
* Configure, Android hints: Changes to allow native buildsBrian Fraser2014-01-261-0/+1
* Make compiling with adb work againBrian Fraser2014-01-261-0/+3
* Separate SH used to run Configure from SH used on target systemJess Robinson2014-01-231-0/+6
* Configure: add missing ; to checkccflagsBrian Fraser2014-01-231-1/+1
* Configure, Makefile.SH: Allow running generate_uudmap in the targetBrian Fraser2014-01-221-3/+8
* Configure: Minor improvements to the building on the host miniperlBrian Fraser2014-01-221-7/+9
* Configure: When cross-compiling, save the $^O of the hostBrian Fraser2014-01-221-0/+3
* Configure: Silence $to warnings when cross-compilingBrian Fraser2014-01-221-1/+1
* Configure, run-ssh: No need to use ./\$exeBrian Fraser2014-01-221-1/+1
* Configure: Teach run-ssh to handle -envBrian Fraser2014-01-221-1/+9
* Configure: Pass the -r flag to scp when cross-compilingBrian Fraser2014-01-221-2/+2
* Build host miniperl and generate_uudmap binaries when cross compiling, for lo...Jess Robinson2014-01-221-0/+18
* fix the ability to use targethost when defined.Neil Williams2014-01-221-3/+3
* add an escape for when targethost is not defined but usecrosscompile is.Neil Williams2014-01-221-1/+14
* Configure: Set to/from/run scripts if targethost is passedJess Robinson2014-01-221-2/+7
* Configure: Split the usecrosscompile section from the to/from/run sectionJess Robinson2014-01-221-0/+9
* Regenerate from meta after backporting crosscompile changesH.Merijn Brand2014-01-221-495/+500
* Add missing $run prefix to some Configure testsJess Robinson2014-01-171-1/+1
* Introduce $targetport to allow running on a non-standard ssh portJess Robinson2014-01-171-5/+13