Mail Archives: djgpp-workers/2003/02/05/07:09:49
When cross-compiling, makefile.def makes gcc always use pipes. This is
fine with cross-gcc which must use GNU as, but the native gcc may well
use non-GNU as which doesn't support pipes. OK to commit?
Index: makefile.def
===================================================================
RCS file: /cvs/djgpp/djgpp/src/makefile.def,v
retrieving revision 1.4
diff -u -r1.4 makefile.def
--- makefile.def 11 Jun 2001 14:36:19 -0000 1.4
+++ makefile.def 5 Feb 2003 12:03:59 -0000
@@ -54,7 +54,7 @@
# For building programs that *run* during the build (hostbin/*);
# assumes GNU versions
-GCC = gcc -g -O2 -pipe
+GCC = gcc -g -O2
AR = ar
LD = ld
STRIP = strip
--
Esa Peuha
student of mathematics at the University of Helsinki
http://www.helsinki.fi/~peuha/
- Raw text -