mirror of the now-defunct rocklinux.org
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.

31 lines
1.3 KiB

  1. Glibc enforces the useage of gcc-3.x - unfortunately for header generation
  2. dufing a cross toolchain build gcc-2 is also pretty fine. So flatten gcc-3
  3. only assumptions for cross builds.
  4. - Rene Rebe <rene@rocklinux.org>
  5. diff -u glibc-2.3.4-2004-05-01/Makeconfig glibc-2.3.4-2004-05-01-fixed/Makeconfig
  6. --- glibc-2.3.4-2004-05-01/Makeconfig 2004-04-18 00:38:24.000000000 +0200
  7. +++ glibc-2.3.4-2004-05-01-fixed/Makeconfig 2004-05-02 19:52:24.000000000 +0200
  8. @@ -580,7 +580,7 @@
  9. # The -MP flag tells GCC >= 3.2 (which we now require) to produce dummy
  10. # targets for headers so that removed headers don't break the build.
  11. ifndef +mkdep
  12. -+mkdep = $(CC) -M -MP
  13. ++mkdep = $(CC) -M
  14. endif
  15. # The program that makes Emacs-style TAGS files.
  16. diff -u glibc-2.3.4-2004-05-01/configure glibc-2.3.4-2004-05-01-fixed/configure
  17. --- glibc-2.3.4-2004-05-01/configure 2004-04-18 00:39:58.000000000 +0200
  18. +++ glibc-2.3.4-2004-05-01-fixed/configure 2004-05-02 19:50:10.000000000 +0200
  19. @@ -4044,7 +4044,7 @@
  20. '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
  21. 3.[2-9]*)
  22. ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
  23. - *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
  24. + *) ac_prog_version="$ac_prog_version, bad (ignore)"; ac_verc_fail=no;;
  25. esac
  26. echo "$as_me:$LINENO: result: $ac_prog_version" >&5