]> 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:06 +0000 (19:47 +0000)
committerJoel Sherrill <joel@gcc.gnu.org>
Tue, 12 Aug 2014 19:47:06 +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: r213879

libada/ChangeLog
libada/Makefile.in

index 5ecdfc92dfb987eed4f94a9a65158f2b88f30af6..60dddfec84e26e0d8a8de856eaddb5dae63282e2 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-05-22  Release Manager
 
        * GCC 4.8.3 released.
index 983a5422040792c01bf0ac339682aecc8b51eb9d..ca02e8db2cb094f9b28c3a059f25b3c43677c23b 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@