diff options
| author | Michael I. Bushnell <mib@gnu.org> | 1994-06-20 22:07:14 +0000 |
|---|---|---|
| committer | Michael I. Bushnell <mib@gnu.org> | 1994-06-20 22:07:14 +0000 |
| commit | d848579f1211898689ea6925b771ee0903d91183 (patch) | |
| tree | b03bbb7fee23eaff4a738b97e7bb0db01224e6db /=Maketools | |
| parent | 587914c286702cf49c920a60cfc06c7bdbbe7baf (diff) | |
Formerly Maketools.~19~
Diffstat (limited to '=Maketools')
| -rw-r--r-- | =Maketools | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -41,6 +41,9 @@ MIG=mig # rsh $(mighost) cd `pwd` \; mig AR=$(tooldir)/ar RANLIB=$(tooldir)/ranlib LD=$(ccdir)/ld -L$(ccdir) -INSTALL_BIN=$(tooldir)/objcopy -S + +# objcopy zeroes the exec header, so we can't do this. +#INSTALL_BIN=$(tooldir)/objcopy -S +INSTALL_BIN=cp machine := i386 |
