]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in: Add CFLAGS_FOR_TARGET to GNATLIBCFLAGS_FOR_C.
authorJoel Sherrill <joel.sherrill@oarcorp.com>
Tue, 12 Aug 2014 19:47:09 +0000 (19:47 +0000)
committerJoel Sherrill <joel@gcc.gnu.org>
Tue, 12 Aug 2014 19:47:09 +0000 (19:47 +0000)
2014-08-12  Joel Sherrill <joel.sherrill@oarcorp.com>

* Makefile.in: Add CFLAGS_FOR_TARGET to GNATLIBCFLAGS_FOR_C.

From-SVN: r213880

libada/ChangeLog
libada/Makefile.in

index 70fff9cf2cf0b5a976a7a9f55b3898d5dfd447ab..414fac7cfef94db56c6f2d9e085071b03faedcb8 100644 (file)
@@ -1,3 +1,7 @@
+2014-08-12  Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * Makefile.in: Add CFLAGS_FOR_TARGET to GNATLIBCFLAGS_FOR_C.
+
 2014-01-02  Richard Sandiford  <rdsandiford@googlemail.com>
 
        Update copyright years
index c307b997092e5bbf38588b5c3c1102fb3c030056..93da740635c2e755121258dee5e1376a9b6463f2 100644 (file)
@@ -60,7 +60,7 @@ CFLAGS=-g
 PICFLAG = @PICFLAG@
 GNATLIBFLAGS= -W -Wall -gnatpg -nostdinc
 GNATLIBCFLAGS= -g -O2
-GNATLIBCFLAGS_FOR_C = -W -Wall $(GNATLIBCFLAGS) \
+GNATLIBCFLAGS_FOR_C = -W -Wall $(GNATLIBCFLAGS) $(CFLAGS_FOR_TARGET) \
        -fexceptions -DIN_RTS @have_getipinfo@
 
 host_subdir = @host_subdir@