diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2010-11-26 04:25:32 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2010-11-26 04:25:32 +0000 |
commit | 9aff220f248c386bc645db3a40bdeee88baea5ff (patch) | |
tree | 7ae1fd98cdefafcec0ad911e8281931b12b781c3 /Makefile.def | |
parent | 54e07cf808c3b425cf916f42a2a95fcb7d917a6b (diff) | |
download | gcc-9aff220f248c386bc645db3a40bdeee88baea5ff.tar.gz |
re PR fortran/46020 (Improve error string for BIND(C) diagnostic for len>1 character return type)
PR other/46020
* configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
* Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
* Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
(BASE_FLAGS_TO_PASS): Use it.
* configure: Rebuilt.
* Makefile.in: Rebuilt.
From-SVN: r167160
Diffstat (limited to 'Makefile.def')
-rw-r--r-- | Makefile.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.def b/Makefile.def index 65d50ff193c..8eb5b03a3d9 100644 --- a/Makefile.def +++ b/Makefile.def @@ -282,7 +282,6 @@ flags_to_pass = { flag= AS_FOR_TARGET ; }; flags_to_pass = { flag= CC_FOR_TARGET ; }; flags_to_pass = { flag= CFLAGS_FOR_TARGET ; }; flags_to_pass = { flag= CPPFLAGS_FOR_TARGET ; }; -flags_to_pass = { flag= CXX_FOR_TARGET ; }; flags_to_pass = { flag= CXXFLAGS_FOR_TARGET ; }; flags_to_pass = { flag= DLLTOOL_FOR_TARGET ; }; flags_to_pass = { flag= FLAGS_FOR_TARGET ; }; |