www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/2003/02/05/07:09:49

Date: Wed, 5 Feb 2003 14:07:16 +0200 (EET)
From: Esa A E Peuha <peuha AT cc DOT helsinki DOT fi>
Sender: peuha AT sirppi DOT helsinki DOT fi
To: djgpp-workers AT delorie DOT com
Subject: Cross-compiling with -pipe
Message-ID: <Pine.OSF.4.51.0302051400530.1814@sirppi.helsinki.fi>
MIME-Version: 1.0
Reply-To: djgpp-workers AT delorie DOT com

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 -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019