]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in (LIBGCC2_CFLAGS): Avoid a backslash then an empty line if @inhibit_libc...
authorJeffrey A Law <law@cygnus.com>
Sat, 18 Oct 1997 05:31:26 +0000 (05:31 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 18 Oct 1997 05:31:26 +0000 (23:31 -0600)
        * Makefile.in (LIBGCC2_CFLAGS): Avoid a backslash then an
        empty line if @inhibit_libc@ is empty.

From-SVN: r15991

gcc/ChangeLog
gcc/Makefile.in

index 2c785dd2e4c1dbd959d71d77a12dd31189c1cde6..16a35e5744cbf6677dbf9f0660a93d0439e14922 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 47b4163843941390c5ff7d6df38f8dc32c60a599..c9c313641749dd97b727a50eb3f7b0e8d821e589 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