PATCH: Sync libstdc++-raw-cxx.m4 with GCC
H.J. Lu
hongjiu.lu@intel.com
Mon Jan 7 18:26:00 GMT 2013
More information about the Binutils mailing list
Mon Jan 7 18:26:00 GMT 2013
- Previous message (by thread): [ARM/gold] Fix the "DIV usage mismatch between blah.o and output" error
- Next message (by thread): config.{guess,sub} upgrade
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I checked in this patch to sync libstdc++-raw-cxx.m4 with GCC. H.J. --- Index: ChangeLog =================================================================== RCS file: /cvs/src/src/config/ChangeLog,v retrieving revision 1.184 diff -u -p -r1.184 ChangeLog --- ChangeLog 12 Dec 2012 13:47:14 -0000 1.184 +++ ChangeLog 7 Jan 2013 18:24:47 -0000 @@ -1,3 +1,8 @@ +2013-01-07 H.J. Lu <hongjiu.lu@intel.com> + + * libstdc++-raw-cxx.m4 (GCC_LIBSTDCXX_RAW_CXX_FLAGS): Remove + "-I" from LIBSTDCXX_RAW_CXX_LDFLAGS. + 2012-12-12 H.J. Lu <hongjiu.lu@intel.com> * libstdc++-raw-cxx.m4 (GCC_LIBSTDCXX_RAW_CXX_FLAGS): Also Index: libstdc++-raw-cxx.m4 =================================================================== RCS file: /cvs/src/src/config/libstdc++-raw-cxx.m4,v retrieving revision 1.1 diff -u -p -r1.1 libstdc++-raw-cxx.m4 --- libstdc++-raw-cxx.m4 12 Dec 2012 13:47:14 -0000 1.1 +++ libstdc++-raw-cxx.m4 7 Jan 2013 18:24:47 -0000 @@ -24,7 +24,7 @@ AC_DEFUN([GCC_LIBSTDCXX_RAW_CXX_FLAGS], -I\$(top_builddir)/../libstdc++-v3/include/\$(target_noncanonical) \ -I\$(top_srcdir)/../libstdc++-v3/libsupc++" LIBSTDCXX_RAW_CXX_LDFLAGS="\ - -I\$(top_builddir)/../libstdc++-v3/src/libstdc++.la" + \$(top_builddir)/../libstdc++-v3/src/libstdc++.la" AC_SUBST(LIBSTDCXX_RAW_CXX_CXXFLAGS) AC_SUBST(LIBSTDCXX_RAW_CXX_LDFLAGS) ])
- Previous message (by thread): [ARM/gold] Fix the "DIV usage mismatch between blah.o and output" error
- Next message (by thread): config.{guess,sub} upgrade
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list