mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-27 05:50:43 +00:00
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
955d0b3bd7
commit
2a3613122f
@ -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
|
||||
|
@ -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)
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user