| Commit message (Expand) | Author | Age | Files | Lines |
* | Build host miniperl and generate_uudmap binaries when cross compiling, for lo... | Jess Robinson | 2014-01-22 | 1 | -0/+18 |
* | fix the ability to use targethost when defined. | Neil Williams | 2014-01-22 | 1 | -3/+3 |
* | add an escape for when targethost is not defined but usecrosscompile is. | Neil Williams | 2014-01-22 | 1 | -1/+14 |
* | Configure: Set to/from/run scripts if targethost is passed | Jess Robinson | 2014-01-22 | 1 | -2/+7 |
* | Configure: Split the usecrosscompile section from the to/from/run section | Jess Robinson | 2014-01-22 | 1 | -0/+9 |
* | Regenerate from meta after backporting crosscompile changes | H.Merijn Brand | 2014-01-22 | 1 | -495/+500 |
* | Add missing $run prefix to some Configure tests | Jess Robinson | 2014-01-17 | 1 | -1/+1 |
* | Introduce $targetport to allow running on a non-standard ssh port | Jess Robinson | 2014-01-17 | 1 | -5/+13 |
* | Store the targetdir, targethost from Configure in config.sh for later. | Jess Robinson | 2014-01-17 | 1 | -0/+4 |
* | Configure: Remove "was file copied" check using run-ssh | Jess Robinson | 2014-01-17 | 1 | -4/+0 |
* | Configure: If using targetarch, the computed binaries should stick | Brian Fraser | 2014-01-17 | 1 | -1/+12 |
* | Configure: Don't skip the alignbytes test when crosscompiling | Brian Fraser | 2014-01-17 | 1 | -42/+29 |
* | Configure: Add $run to two tests | Brian Fraser | 2014-01-17 | 1 | -2/+2 |
* | Configure: use $sysroot, if available, in checkccflags | Brian Fraser | 2014-01-17 | 1 | -4/+7 |
* | Configure: No need to skip the byteorder test when cross-compiling. | Brian Fraser | 2014-01-17 | 1 | -2/+2 |
* | Fix two Configure tests when targethost is set | Jess Robinson | 2014-01-17 | 1 | -2/+13 |
* | Configure: When cross-compiling, look for *-gcc* instead of *-*-gcc | Brian Fraser | 2014-01-17 | 1 | -6/+8 |
* | Set appropriate flags for linux or linux-like systems. | Jess Robinson | 2014-01-17 | 1 | -4/+4 |
* | Configure: default incpth to usrinc | Brian Fraser | 2014-01-15 | 1 | -0/+5 |
* | Configure, sysroot: failing to guess usrinc needn't be fatal | Brian Fraser | 2014-01-13 | 1 | -1/+7 |
* | Configure, sysroot: Update defaults to use $sysroot | Brian Fraser | 2014-01-13 | 1 | -0/+10 |
* | Configure, sysroot: add --sysroot to cppflags | Brian Fraser | 2014-01-13 | 1 | -0/+5 |
* | Introduce sysroot variable to Configure | Jess Robinson | 2014-01-13 | 1 | -13/+80 |
* | Configure: use incpth, not usrinc, to search for headers. | Brian Fraser | 2014-01-13 | 1 | -1/+1 |
* | Configure: Change a use of cc to $cc | Brian Fraser | 2014-01-13 | 1 | -1/+1 |
* | Configure: Add $cppflags to cppstdin | Brian Fraser | 2014-01-13 | 1 | -7/+7 |
* | Configure: Better guesses for usrinc and friends on some compilers | Brian Fraser | 2014-01-13 | 1 | -90/+112 |
* | Configure: Introduce d_libname_unique | Brian Fraser | 2014-01-03 | 1 | -0/+22 |
* | Regenerated Configure after backports | H.Merijn Brand | 2014-01-01 | 1 | -7/+5 |
* | Purge sfio support from configure.com, Configure and related files. | Nicholas Clark | 2013-12-27 | 1 | -84/+2 |
* | Move Cwd and List-Util: UNIX followup | David Mitchell | 2013-11-29 | 1 | -0/+4 |
* | Atari FreeMiNT: MiNT does not have .exe for _exe | H.Merijn Brand | 2013-09-17 | 1 | -1/+4 |
* | Regenerate Configure and chainsaw voidflags | H.Merijn Brand | 2013-09-16 | 1 | -104/+1 |
* | Eliminate the use of voidflags from Configure's pointer size determination. | Brian Fraser | 2013-09-16 | 1 | -6/+1 |
* | [perl #115928] Configure now selects our internal drand48() | Tony Cook | 2013-09-13 | 1 | -117/+6 |
* | Remove references to GNU DLD from Configure and config.sh scripts. | Nicholas Clark | 2013-09-05 | 1 | -12/+1 |
* | regen Configure after backports | H.Merijn Brand | 2013-08-29 | 1 | -6/+6 |
* | Move the thrice-repeated "64bitint is buggy?" test from hints to Configure. | Nicholas Clark | 2013-08-28 | 1 | -0/+53 |
* | Add support for Bitrig BSD | Marco Peereboom | 2013-08-22 | 1 | -1/+4 |
* | [perl #119271] Faulty test for INT16 in Configure | H.Merijn Brand | 2013-08-16 | 1 | -2/+2 |
* | Threading 5.005 style is no longer supported | H.Merijn Brand | 2013-07-15 | 1 | -17/+7 |
* | Move VMS::Filespec from vms/ext to ext/ | Nicholas Clark | 2013-07-02 | 1 | -0/+2 |
* | Also add Encode's sub-modules to known_extensions when building statically. | Nicholas Clark | 2013-07-02 | 1 | -0/+1 |
* | Add non-XS extensions to known_extensions. | Nicholas Clark | 2013-07-02 | 1 | -9/+10 |
* | Remove Configure code that supported the old-style nested layout for ext/ | Nicholas Clark | 2013-07-02 | 1 | -55/+28 |
* | [perl #64126] ./Configure -de -Dusevendorprefix didn't default | H.Merijn Brand | 2013-05-27 | 1 | -4/+5 |
* | [perl #66604] 64bit compilation Problem on Solaris x86_64 | Andy Dougherty | 2013-05-10 | 1 | -1/+14 |
* | Spell-checking on meta-units | H.Merijn Brand | 2013-05-09 | 1 | -32/+32 |
* | maildomain to support /etc/mailname | H.Merijn Brand | 2013-05-09 | 1 | -1/+7 |
* | The URL for the dist source repo changed | H.Merijn Brand | 2013-05-07 | 1 | -2/+2 |