summaryrefslogtreecommitdiff
path: root/hints/gnu.sh
Commit message (Collapse)AuthorAgeFilesLines
* (perl #128954) improved hints for HurdPino Toscano2016-08-181-0/+38
| | | | | | | | | | | (a) This enables the malloc wrap also on Hurd, as used on Linux already; Perl's own test suite passed with it, and I see no reason to diverge from the behaviour on Linux and kFreeBSD. I'm not sure whether it affects the ABI though, so it might be safe only for the upcoming perl 5.24 in experimental (since that breaks the ABI anyway) (b) This improves the reporting of the GNU libc used, so it's shown in `perl -V` (as libc value, instead of the currently empty string).
* Modify hints for Hurd per Debian ticket 825020.Samuel Thibault2016-05-301-4/+29
| | | | | | For: RT #128279 Patch written by Samuel Thibault, forwarded by Dominic Hargreaves.
* Remove -lbsd from optional libs on GNU/Hurd tooChris 'BinGOs' Williams2013-09-151-1/+1
|
* enable LFS on GNU/HurdPino Toscano2011-11-061-0/+13
| | | | | | | | | | | | | | | | | | at the moment, perl is compiled on GNU/Hurd without large file support. This, other than the lacking of support for files > 2 GB, causes the failure in the t/op/stat.t test. The failure in stat.t happens because of the following: when filtering devices in /dev/* using grep {} with -b/-c, stat fails for large devices such as /dev/hdX blocks, or /dev/zero chars (this latter case should be an Hurd-specific issue, but shouldn't matter for this case), hence the counts done with grep {} and the ones done filtering the output of `ls' don't match. The attached patch enables the LFS using the same way used on linux.sh; about t/op/lfs.t, it gets skipped at the "kernel/fs not configured to use large files?" check, although it correctly detects sparse files and (at least by looking at the disk usage) allocates the 5GB (or so) file created with system() in that test.
* Improve general GNU hints, needed for GNU/Hurd.Pino Toscano2011-10-311-0/+12
| | | | | | | | Bug-Debian: http://bugs.debian.org/636609 Patch-Name: fixes/hurd-hints.diff With minor modifications to add Pino to AUTHORS.
* Make hints/gnu.sh append to $ccflags rather than overriding themSamuel Thibault2011-06-051-1/+1
| | | | | | | Bug-Debian: http://bugs.debian.org/587901 Don't override possible extra $ccflags values given to Configure on GNU/Hurd.
* Patch for Debian bug #258618, compilation under Debian/HurdRafael Garcia-Suarez2005-03-101-0/+3
| | | p4raw-id: //depot/perl@24016
* 1. Creating backward compatibility for Configure after patchesBrendan O'Dea2004-02-171-1/+1
| | | | | | | | | #22227 and #22302 to still support 5.8.x and below 2. Small change for building on GNU hurd From: "Brendan O'Dea" <bod@debian.org> Message-ID: <20040215122717.GA26812@londo.c47.org> p4raw-id: //depot/perl@22314
* 5.005_54 (CONFIG) Added support for GNU/HurdMark Kettenis1998-12-111-0/+33
To: perl5-porters@perl.org Message-Id: <199812102100.WAA00097@delius.kettenis.nl> p4raw-id: //depot/cfgperl@2462