diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-03-05 23:31:47 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-03-05 23:31:47 +0000 |
commit | 74f63e749c58b00c5b4f86f99f7ea416ca5db39d (patch) | |
tree | 9dd907155436f1dba0ed54a9ec11744f8abf5c6b /gcc/cross-make | |
parent | 399fc0338dde4cf04254f2a8cba73bfe514c0a13 (diff) | |
download | gcc-74f63e749c58b00c5b4f86f99f7ea416ca5db39d.tar.gz |
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@398 138bc75d-0d04-0410-961f-82ee72b054a4
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 ac3853e97c0..3a9c6704491 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) |