OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.8 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../gcc/libstdcpp-with-tag-cc.patch
  5. # Copyright (C) 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. libtool inserts -lstdc++ where it shouldn't, this does not happen with CC tag.
  17. -- jsaw
  18. --- gcc-4.0.2/libstdc++-v3/libsupc++/Makefile.in.orig 2006-01-10 13:38:15.000000000 +0100
  19. +++ gcc-4.0.2/libstdc++-v3/libsupc++/Makefile.in 2006-01-10 14:06:07.000000000 +0100
  20. @@ -400,7 +400,7 @@
  21. # course is problematic at this point. So, we get the top-level
  22. # directory to configure libstdc++-v3 to use gcc as the C++
  23. # compilation driver.
  24. -CXXLINK = $(LIBTOOL) --tag CXX --tag disable-shared \
  25. +CXXLINK = $(LIBTOOL) --tag CC --tag disable-shared \
  26. --mode=link $(CXX) \
  27. $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LDFLAGS) -o $@
  28. --- gcc-4.0.2/libstdc++-v3/src/Makefile.in.orig 2006-01-10 14:20:28.000000000 +0100
  29. +++ gcc-4.0.2/libstdc++-v3/src/Makefile.in 2006-01-10 14:21:28.000000000 +0100
  30. @@ -404,7 +404,7 @@
  31. # course is problematic at this point. So, we get the top-level
  32. # directory to configure libstdc++-v3 to use gcc as the C++
  33. # compilation driver.
  34. -CXXLINK = $(LIBTOOL) --tag CXX --mode=link $(CXX) \
  35. +CXXLINK = $(LIBTOOL) --tag CC --mode=link $(CXX) \
  36. $(OPT_LDFLAGS) $(SECTION_LDFLAGS) $(AM_CXXFLAGS) $(LDFLAGS) -o $@
  37. debugdir = debug