From 12973d7afba3116c9507172b6a9fbebb1174a8a8 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Tue, 13 Jun 2006 16:48:23 -0400 Subject: [PATCH] config-ml.in: Alter CCASFLAGS to include special multilib options the same as is done for CFLAGS. * config-ml.in: Alter CCASFLAGS to include special multilib options the same as is done for CFLAGS. From-SVN: r114622 --- ChangeLog | 7 ++++++- config-ml.in | 6 +----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 99b0472b30f..33885fffc10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-06-13 Jeff Johnston + + * config-ml.in: Alter CCASFLAGS to include special + multilib options the same as is done for CFLAGS. + 2006-06-12 John David Anglin * configure.in: Don't enable libgomp on hpux10. @@ -2090,7 +2095,7 @@ of libf2c. * configure, Makefile.in: Regenerate. -2004-05-13 Tobias Schlüter +2004-05-13 Tobias Schlüter * MAINTAINERS (Write After Approval): Add myself. diff --git a/config-ml.in b/config-ml.in index efec5a364c7..4082fe45d3d 100644 --- a/config-ml.in +++ b/config-ml.in @@ -108,11 +108,6 @@ ml_realsrcdir=${srcdir} ml_verbose=--verbose for option in ${ac_configure_args} do - # strip single quotes surrounding individual options - case $option in - \'*\') eval option=$option ;; - esac - case $option in --*) ;; -*) option=-$option ;; @@ -551,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}" \