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 | 21380a320cef677b20623d8087022ef636d208d6 (patch) | |
tree | 97a6f9a27442228019603c57735a9c84e574cbef | |
parent | 2ecbf341faac771b9365d3ddd1cb9dfefb6349aa (diff) |
Formerly Maketools.~19~
-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 |