diff options
author | Doug Evans <dje@gnu.org> | 1995-02-18 17:21:20 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1995-02-18 17:21:20 +0000 |
commit | 816f495b8e2a0da5384a57bcb6cee5a633524af0 (patch) | |
tree | 8f0e0190ff8bbb826952dc1122e2b8de34ff7c61 /gcc | |
parent | 9cacc18e7e4a52665e7b88b353419fd1d6259fba (diff) | |
download | gcc-816f495b8e2a0da5384a57bcb6cee5a633524af0.zip gcc-816f495b8e2a0da5384a57bcb6cee5a633524af0.tar.gz gcc-816f495b8e2a0da5384a57bcb6cee5a633524af0.tar.bz2 |
t-i386bare (LIBGCC1): Define to empty instead of libgcc1.null.
* i386/t-i386bare (LIBGCC1): Define to empty instead of libgcc1.null.
(CROSS_LIBGCC1): Likewise.
From-SVN: r8963
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i386/t-i386bare | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/t-i386bare b/gcc/config/i386/t-i386bare index 367422e..2970fa7 100644 --- a/gcc/config/i386/t-i386bare +++ b/gcc/config/i386/t-i386bare @@ -1,3 +1,3 @@ # The i386 md has all of these taken care of, according to sef. -LIBGCC1 = libgcc1.null -CROSS_LIBGCC1 = libgcc1.null +LIBGCC1 = +CROSS_LIBGCC1 = |