OSDN Git Service

* Makefile.in (LIBGCC2_CFLAGS): Avoid a backslash then an
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 18 Oct 1997 05:31:26 +0000 (05:31 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 18 Oct 1997 05:31:26 +0000 (05:31 +0000)
        empty line if @inhibit_libc@ is empty.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15991 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/Makefile.in

index 2c785dd..16a35e5 100644 (file)
@@ -1,3 +1,8 @@
+Fri Oct 17 23:33:20 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * Makefile.in (LIBGCC2_CFLAGS): Avoid a backslash then an
+       empty line if @inhibit_libc@ is empty.
+
 Fri Oct 17 23:24:40 1997  Robert Lipe (robertl@dgii.com)
 
        * i386/sco5.h: Let ELF use dwarf2 unwinding.  COFF uses sjlj.
index 47b4163..c9c3136 100644 (file)
@@ -269,8 +269,7 @@ LIBGCC2 = libgcc2.a
 # we use this here because that should be enough, and also
 # so that -g1 will be tested.
 LIBGCC2_DEBUG_CFLAGS = -g1
-LIBGCC2_CFLAGS = -O2 $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) $(TARGET_LIBGCC2_CFLAGS) $(LIBGCC2_DEBUG_CFLAGS) -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED \
-       @inhibit_libc@
+LIBGCC2_CFLAGS = -O2 $(LIBGCC2_INCLUDES) $(GCC_CFLAGS) $(TARGET_LIBGCC2_CFLAGS) $(LIBGCC2_DEBUG_CFLAGS) -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED @inhibit_libc@
 
 # Additional options to use when compiling libgcc2.a.
 # Some targets override this to -Iinclude