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.

49 lines
1.6 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../uclibc/pkg_patch/gcc/100-uclibc-conf.patch
  5. # Copyright (C) 2009 The OpenSDE 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. --- gcc/contrib/regression/objs-gcc.sh
  17. +++ gcc/contrib/regression/objs-gcc.sh
  18. @@ -105,6 +105,10 @@
  19. then
  20. make all-gdb all-dejagnu all-ld || exit 1
  21. make install-gdb install-dejagnu install-ld || exit 1
  22. +elif [ $H_REAL_TARGET = $H_REAL_HOST -a $H_REAL_TARGET = i686-pc-linux-uclibc ]
  23. + then
  24. + make all-gdb all-dejagnu all-ld || exit 1
  25. + make install-gdb install-dejagnu install-ld || exit 1
  26. elif [ $H_REAL_TARGET = $H_REAL_HOST ] ; then
  27. make bootstrap || exit 1
  28. make install || exit 1
  29. --- gcc/libjava/classpath/ltconfig
  30. +++ gcc/libjava/classpath/ltconfig
  31. @@ -603,7 +603,7 @@
  32. # Transform linux* to *-*-linux-gnu*, to support old configure scripts.
  33. case $host_os in
  34. -linux-gnu*) ;;
  35. +linux-gnu*|linux-uclibc*) ;;
  36. linux*) host=`echo $host | sed 's/^\(.*-.*-linux\)\(.*\)$/\1-gnu\2/'`
  37. esac
  38. @@ -1251,7 +1251,7 @@
  39. ;;
  40. # This must be Linux ELF.
  41. -linux-gnu*)
  42. +linux*)
  43. version_type=linux
  44. need_lib_prefix=no
  45. need_version=no