mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
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
This commit is contained in:
parent
9288b84507
commit
12973d7afb
@ -1,3 +1,8 @@
|
||||
2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* config-ml.in: Alter CCASFLAGS to include special
|
||||
multilib options the same as is done for CFLAGS.
|
||||
|
||||
2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
* configure.in: Don't enable libgomp on hpux10.
|
||||
@ -2090,7 +2095,7 @@
|
||||
of libf2c.
|
||||
* configure, Makefile.in: Regenerate.
|
||||
|
||||
2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
|
||||
2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
|
||||
|
||||
* MAINTAINERS (Write After Approval): Add myself.
|
||||
|
||||
|
@ -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}" \
|
||||
|
Loading…
Reference in New Issue
Block a user