summaryrefslogtreecommitdiff
path: root/=Maketools
diff options
context:
space:
mode:
Diffstat (limited to '=Maketools')
-rw-r--r--=Maketools5
1 files changed, 4 insertions, 1 deletions
diff --git a/=Maketools b/=Maketools
index 0e28d4c5..77243782 100644
--- a/=Maketools
+++ b/=Maketools
@@ -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