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.

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