diff options
author | Roland McGrath <roland@gnu.org> | 1995-02-11 08:59:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-02-11 08:59:12 +0000 |
commit | c5f2ad852df515c8734678fb09ce7017e25671d8 (patch) | |
tree | bc44e9851e2df8cac690138b1c1f98f0743bcf3c | |
parent | 0b59f5f41d75050113097fad0b316f1098f6c323 (diff) |
(INSTALL_BIN): Use objcopy.
-rw-r--r-- | =Maketools | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ AR=$(tooldir)/ar RANLIB=$(tooldir)/ranlib LD=$(tooldir)/ld -L$(ccdir) -INSTALL_BIN=i386-gnu-objcopy -S +INSTALL_BIN=objcopy -S #INSTALL_BIN=cp machine := i386 |