Remove "-I" from LIBSTDCXX_RAW_CXX_LDFLAGS
* libstdc++-raw-cxx.m4 (GCC_LIBSTDCXX_RAW_CXX_FLAGS): Remove "-I" from LIBSTDCXX_RAW_CXX_LDFLAGS.
This commit is contained in:
parent
24b70a72d5
commit
d5446858b5
@ -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>
|
2012-12-12 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* libstdc++-raw-cxx.m4 (GCC_LIBSTDCXX_RAW_CXX_FLAGS): Also
|
* libstdc++-raw-cxx.m4 (GCC_LIBSTDCXX_RAW_CXX_FLAGS): Also
|
||||||
|
@ -24,7 +24,7 @@ AC_DEFUN([GCC_LIBSTDCXX_RAW_CXX_FLAGS], [
|
|||||||
-I\$(top_builddir)/../libstdc++-v3/include/\$(target_noncanonical) \
|
-I\$(top_builddir)/../libstdc++-v3/include/\$(target_noncanonical) \
|
||||||
-I\$(top_srcdir)/../libstdc++-v3/libsupc++"
|
-I\$(top_srcdir)/../libstdc++-v3/libsupc++"
|
||||||
LIBSTDCXX_RAW_CXX_LDFLAGS="\
|
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_CXXFLAGS)
|
||||||
AC_SUBST(LIBSTDCXX_RAW_CXX_LDFLAGS)
|
AC_SUBST(LIBSTDCXX_RAW_CXX_LDFLAGS)
|
||||||
])
|
])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user