diff options
author | Roland McGrath <roland@gnu.org> | 1994-08-16 02:19:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-08-16 02:19:12 +0000 |
commit | e22f9f0e62904b164829c0eb9f652ec38a6b688c (patch) | |
tree | 75e4fd4321d65f57a1f23d10f95d8a0dd52c041a | |
parent | 78acd22c416dedb1b966a1732c4cd72a0b4fc06f (diff) |
entered into RCS
-rw-r--r-- | =Maketools | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -21,8 +21,8 @@ CCVERSION-ernst.gnu.ai.mit.edu = 2.5.7 ccdir = /usr/local/lib/gcc-lib/$(CCTARGET)/$(CCVERSION) -ifndef HOST_CC -export HOST_CC := $(CC) +ifndef BUILD_CC +export BUILD_CC := $(CC) endif CC=gcc $(CCTYPE) -O2 -pipe ifeq (,$(wildcard /usr/local/lib/migcom)) @@ -39,7 +39,7 @@ AR=$(tooldir)/ar RANLIB=$(tooldir)/ranlib LD=$(tooldir)/ld -L$(ccdir) -INSTALL_BIN=$(tooldir)/objcopy -S +INSTALL_BIN=i386-gnu-objcopy -S #INSTALL_BIN=cp machine := i386 |