summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-4.0.2/zecke-host-cpp-ac-hack.patch
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
committerDenys Dmytriyenko <denis@denix.org>2009-03-17 14:32:59 -0400
commit709c4d66e0b107ca606941b988bad717c0b45d9b (patch)
tree37ee08b1eb308f3b2b6426d5793545c38396b838 /packages/gcc/gcc-4.0.2/zecke-host-cpp-ac-hack.patch
parentfa6cd5a3b993f16c27de4ff82b42684516d433ba (diff)
rename packages/ to recipes/ per earlier agreement
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'packages/gcc/gcc-4.0.2/zecke-host-cpp-ac-hack.patch')
-rw-r--r--packages/gcc/gcc-4.0.2/zecke-host-cpp-ac-hack.patch140
1 files changed, 0 insertions, 140 deletions
diff --git a/packages/gcc/gcc-4.0.2/zecke-host-cpp-ac-hack.patch b/packages/gcc/gcc-4.0.2/zecke-host-cpp-ac-hack.patch
deleted file mode 100644
index 3f26dce71f..0000000000
--- a/packages/gcc/gcc-4.0.2/zecke-host-cpp-ac-hack.patch
+++ /dev/null
@@ -1,140 +0,0 @@
-gcc (AC_CHECK_HEADERS) is using $CPP to check if the header pass
-the precompiler, if compiling with $CC failed.
-Sadly $CC is xgcc of gcc, and $CPP is 'gcc -E'. And as you build
-on a glibc machine, precompiling of the headers (execinfo.h and
-iconv.h will succeed). As a dirty hack we will handle this case
-as failure.
-This fixes the libmudflap build for uclibc which lacks execinfo.h
-but has HAVE_EXECINFO_H defined
-
-Index: gcc-4.0.2/libmudflap/configure
-===================================================================
---- gcc-4.0.2.orig/libmudflap/configure 2006-04-30 16:57:47.000000000 +0200
-+++ gcc-4.0.2/libmudflap/configure 2006-04-30 17:00:59.000000000 +0200
-@@ -3719,6 +3719,8 @@
- ac_header_preproc=yes
- ;;
- no:yes:* )
-+ # hack, hack, hack
-+ ac_header_preproc=no
- { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
- echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
- { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
-@@ -3731,6 +3733,8 @@
- echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
- { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
- echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-+ { echo "$as_me:$LINENO: WARNING: $ac_header: Zecke says do not trust the wrong cpp! Ignoring." >&5
-+echo "$as_me: WARNING: $ac_header: Zecke says do not trust the wrong cpp! Ignoring." >&2;}
- (
- cat <<\_ASBOX
- ## ------------------------------------- ##
-Index: gcc-4.0.2/libstdc++-v3/configure
-===================================================================
---- gcc-4.0.2.orig/libstdc++-v3/configure 2006-04-30 16:57:53.000000000 +0200
-+++ gcc-4.0.2/libstdc++-v3/configure 2006-04-30 22:59:00.000000000 +0200
-@@ -30513,6 +30513,7 @@
- ac_header_preproc=yes
- ;;
- no:yes:* )
-+ ac_header_preproc=no
- { echo "$as_me:$LINENO: WARNING: iconv.h: present but cannot be compiled" >&5
- echo "$as_me: WARNING: iconv.h: present but cannot be compiled" >&2;}
- { echo "$as_me:$LINENO: WARNING: iconv.h: check for missing prerequisite headers?" >&5
-@@ -30525,6 +30526,8 @@
- echo "$as_me: WARNING: iconv.h: proceeding with the preprocessor's result" >&2;}
- { echo "$as_me:$LINENO: WARNING: iconv.h: in the future, the compiler will take precedence" >&5
- echo "$as_me: WARNING: iconv.h: in the future, the compiler will take precedence" >&2;}
-+ { echo "$as_me:$LINENO: WARNING: $ac_header: Zecke says do not trust the wrong cpp! Ignoring." >&5
-+echo "$as_me: WARNING: $ac_header: Zecke says do not trust the wrong cpp! Ignoring." >&2;}
- (
- cat <<\_ASBOX
- ## ----------------------------------------- ##
-@@ -53622,6 +53625,7 @@
- ac_header_preproc=yes
- ;;
- no:yes:* )
-+ ac_header_preproc=no
- { echo "$as_me:$LINENO: WARNING: iconv.h: present but cannot be compiled" >&5
- echo "$as_me: WARNING: iconv.h: present but cannot be compiled" >&2;}
- { echo "$as_me:$LINENO: WARNING: iconv.h: check for missing prerequisite headers?" >&5
-@@ -75885,6 +75889,7 @@
- ac_header_preproc=yes
- ;;
- no:yes:* )
-+ ac_header_preproc=no
- { echo "$as_me:$LINENO: WARNING: iconv.h: present but cannot be compiled" >&5
- echo "$as_me: WARNING: iconv.h: present but cannot be compiled" >&2;}
- { echo "$as_me:$LINENO: WARNING: iconv.h: check for missing prerequisite headers?" >&5
-@@ -78600,6 +78605,7 @@
- ac_header_preproc=yes
- ;;
- no:yes:* )
-+ ac_header_preproc=no
- { echo "$as_me:$LINENO: WARNING: iconv.h: present but cannot be compiled" >&5
- echo "$as_me: WARNING: iconv.h: present but cannot be compiled" >&2;}
- { echo "$as_me:$LINENO: WARNING: iconv.h: check for missing prerequisite headers?" >&5
-@@ -80969,6 +80975,7 @@
- ac_header_preproc=yes
- ;;
- no:yes:* )
-+ ac_header_preproc=no
- { echo "$as_me:$LINENO: WARNING: iconv.h: present but cannot be compiled" >&5
- echo "$as_me: WARNING: iconv.h: present but cannot be compiled" >&2;}
- { echo "$as_me:$LINENO: WARNING: iconv.h: check for missing prerequisite headers?" >&5
-@@ -83214,6 +83221,7 @@
- ac_header_preproc=yes
- ;;
- no:yes:* )
-+ ac_header_preproc=no
- { echo "$as_me:$LINENO: WARNING: iconv.h: present but cannot be compiled" >&5
- echo "$as_me: WARNING: iconv.h: present but cannot be compiled" >&2;}
- { echo "$as_me:$LINENO: WARNING: iconv.h: check for missing prerequisite headers?" >&5
-@@ -86227,6 +86235,7 @@
- ac_header_preproc=yes
- ;;
- no:yes:* )
-+ ac_header_preproc=no
- { echo "$as_me:$LINENO: WARNING: iconv.h: present but cannot be compiled" >&5
- echo "$as_me: WARNING: iconv.h: present but cannot be compiled" >&2;}
- { echo "$as_me:$LINENO: WARNING: iconv.h: check for missing prerequisite headers?" >&5
-@@ -88425,6 +88434,7 @@
- ac_header_preproc=yes
- ;;
- no:yes:* )
-+ ac_header_preproc=no
- { echo "$as_me:$LINENO: WARNING: iconv.h: present but cannot be compiled" >&5
- echo "$as_me: WARNING: iconv.h: present but cannot be compiled" >&2;}
- { echo "$as_me:$LINENO: WARNING: iconv.h: check for missing prerequisite headers?" >&5
-@@ -90672,6 +90682,7 @@
- ac_header_preproc=yes
- ;;
- no:yes:* )
-+ ac_header_preproc=no
- { echo "$as_me:$LINENO: WARNING: iconv.h: present but cannot be compiled" >&5
- echo "$as_me: WARNING: iconv.h: present but cannot be compiled" >&2;}
- { echo "$as_me:$LINENO: WARNING: iconv.h: check for missing prerequisite headers?" >&5
-@@ -93280,6 +93291,7 @@
- ac_header_preproc=yes
- ;;
- no:yes:* )
-+ ac_header_preproc=no
- { echo "$as_me:$LINENO: WARNING: iconv.h: present but cannot be compiled" >&5
- echo "$as_me: WARNING: iconv.h: present but cannot be compiled" >&2;}
- { echo "$as_me:$LINENO: WARNING: iconv.h: check for missing prerequisite headers?" >&5
-@@ -94996,6 +95008,7 @@
- ac_header_preproc=yes
- ;;
- no:yes:* )
-+ ac_header_preproc=no
- { echo "$as_me:$LINENO: WARNING: iconv.h: present but cannot be compiled" >&5
- echo "$as_me: WARNING: iconv.h: present but cannot be compiled" >&2;}
- { echo "$as_me:$LINENO: WARNING: iconv.h: check for missing prerequisite headers?" >&5
-@@ -97337,6 +97350,7 @@
- ac_header_preproc=yes
- ;;
- no:yes:* )
-+ ac_header_preproc=no
- { echo "$as_me:$LINENO: WARNING: iconv.h: present but cannot be compiled" >&5
- echo "$as_me: WARNING: iconv.h: present but cannot be compiled" >&2;}
- { echo "$as_me:$LINENO: WARNING: iconv.h: check for missing prerequisite headers?" >&5