2006-06-05 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Mon, 5 Jun 2006 17:45:48 +0000 (17:45 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Mon, 5 Jun 2006 17:45:48 +0000 (17:45 +0000)
        * config-ml.in: Alter CCASFLAGS to include special
        multilib options the same as is done for CFLAGS.

ChangeLog
config-ml.in

index 04866b5352ca205bcd857bda548a381c32735a08..1bf4e2da73f2af9fbc0660439882664c2d75b6ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-05  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * config-ml.in: Alter CCASFLAGS to include special
+       multilib options the same as is done for CFLAGS.
+
 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * Makefile.def: Added dependencies from sim and gdb on intl, and
index 937273173c03138441b301dfb69a44b27991ce41..4082fe45d3d70c1aa353c2071c633da574addfda 100644 (file)
@@ -546,6 +546,7 @@ multi-do:
                flags=`echo $$i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
                if (cd ../$${dir}/$${lib}; $(MAKE) $(FLAGS_TO_PASS) \
                                CFLAGS="$(CFLAGS) $${flags}" \
+                               CCASFLAGS="$(CCASFLAGS) $${flags}" \
                                FCFLAGS="$(FCFLAGS) $${flags}" \
                                FFLAGS="$(FFLAGS) $${flags}" \
                                ADAFLAGS="$(ADAFLAGS) $${flags}" \
This page took 0.034288 seconds and 4 git commands to generate.