From 816f495b8e2a0da5384a57bcb6cee5a633524af0 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Sat, 18 Feb 1995 17:21:20 +0000 Subject: [PATCH] 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 --- gcc/config/i386/t-i386bare | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/i386/t-i386bare b/gcc/config/i386/t-i386bare index 367422e20cc..2970fa71415 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 = -- 2.30.2