• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


コミットメタ情報

リビジョン2a3613122fa5de5a375c56a3dc6bcb8a686dffe7 (tree)
日時2013-01-08 03:25:13
作者H.J. Lu <hjl.tools@gmai...>
コミッターH.J. Lu

ログメッセージ

Remove "-I" from LIBSTDCXX_RAW_CXX_LDFLAGS

* libstdc++-raw-cxx.m4 (GCC_LIBSTDCXX_RAW_CXX_FLAGS): Remove
"-I" from LIBSTDCXX_RAW_CXX_LDFLAGS.

変更サマリ

差分

--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,8 @@
1+2013-01-07 H.J. Lu <hongjiu.lu@intel.com>
2+
3+ * libstdc++-raw-cxx.m4 (GCC_LIBSTDCXX_RAW_CXX_FLAGS): Remove
4+ "-I" from LIBSTDCXX_RAW_CXX_LDFLAGS.
5+
16 2012-12-12 H.J. Lu <hongjiu.lu@intel.com>
27
38 * libstdc++-raw-cxx.m4 (GCC_LIBSTDCXX_RAW_CXX_FLAGS): Also
--- a/config/libstdc++-raw-cxx.m4
+++ b/config/libstdc++-raw-cxx.m4
@@ -24,7 +24,7 @@ AC_DEFUN([GCC_LIBSTDCXX_RAW_CXX_FLAGS], [
2424 -I\$(top_builddir)/../libstdc++-v3/include/\$(target_noncanonical) \
2525 -I\$(top_srcdir)/../libstdc++-v3/libsupc++"
2626 LIBSTDCXX_RAW_CXX_LDFLAGS="\
27- -I\$(top_builddir)/../libstdc++-v3/src/libstdc++.la"
27+ \$(top_builddir)/../libstdc++-v3/src/libstdc++.la"
2828 AC_SUBST(LIBSTDCXX_RAW_CXX_CXXFLAGS)
2929 AC_SUBST(LIBSTDCXX_RAW_CXX_LDFLAGS)
3030 ])