[PATCH] gcc coreutils fix
Jasper Huijsmans
jasper at lunar-linux.org
Tue Aug 24 13:54:27 GMT 2004
Would anyone object if I commit the following patch for gcc? It fixes
problems created with recent coreutils versions.
Jasper
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/compilers/gcc/BUILD,v
retrieving revision 1.11
diff -u -r1.11 BUILD
--- BUILD 5 Aug 2004 09:05:18 -0000 1.11
+++ BUILD 24 Aug 2004 13:52:53 -0000
@@ -1,4 +1,6 @@
(
+ export _POSIX2_VERSION=199209 &&
+
sedit 's/trap 0/trap "" 0/' ../gcc-$VERSION/configure &&
# next line will aid in recognizing which languages were selected
Index: 3.4.1/BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/compilers/gcc/3.4.1/BUILD,v
retrieving revision 1.1
diff -u -r1.1 BUILD
--- 3.4.1/BUILD 14 Aug 2004 07:35:55 -0000 1.1
+++ 3.4.1/BUILD 24 Aug 2004 13:52:53 -0000
@@ -1,4 +1,6 @@
(
+ export _POSIX2_VERSION=199209 &&
+
sedit 's/trap 0/trap "" 0/' ../gcc-$VERSION/configure &&
# next line will aid in recognizing which languages were selected
More information about the Lunar-dev
mailing list