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 | c1343045a51d11debddf7b820d723b6c570cff4f (patch) | |
| tree | f441a4f7d5dab90fec8032afd8e8f84c205da214 /=Maketools | |
| parent | ab0103c6888946ee1a98df2c4464fe9d28188412 (diff) | |
entered into RCS
Diffstat (limited to '=Maketools')
| -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 |
