diff options
author | Richard Stallman <rms@gnu.org> | 1992-03-05 23:31:47 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-03-05 23:31:47 +0000 |
commit | ce1be81dfff0a08f139d85d4f8e268320b7139e4 (patch) | |
tree | 9dd907155436f1dba0ed54a9ec11744f8abf5c6b /gcc/cross-make | |
parent | ead02915fa92af8cb1b801a83fc4019859eafef6 (diff) | |
download | gcc-ce1be81dfff0a08f139d85d4f8e268320b7139e4.zip gcc-ce1be81dfff0a08f139d85d4f8e268320b7139e4.tar.gz gcc-ce1be81dfff0a08f139d85d4f8e268320b7139e4.tar.bz2 |
*** empty log message ***
From-SVN: r398
Diffstat (limited to 'gcc/cross-make')
-rw-r--r-- | gcc/cross-make | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cross-make b/gcc/cross-make index ac3853e..3a9c670 100644 --- a/gcc/cross-make +++ b/gcc/cross-make @@ -1,5 +1,5 @@ -# Don't really put anything in libgcc1. -LIBGCC1 = libgcc1.null +# Don't build or use libgcc1. +LIBGCC1 = # Specify tools and options for manipulating libraries for the target machine. AR = $(AR_FOR_TARGET) |