summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gcc/files/gcc.fix_cloogstatic2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/gcc/files/gcc.fix_cloogstatic2.patch')
-rw-r--r--recipes-devtools/gcc/files/gcc.fix_cloogstatic2.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes-devtools/gcc/files/gcc.fix_cloogstatic2.patch b/recipes-devtools/gcc/files/gcc.fix_cloogstatic2.patch
deleted file mode 100644
index afa29d9..0000000
--- a/recipes-devtools/gcc/files/gcc.fix_cloogstatic2.patch
+++ /dev/null
@@ -1,18 +0,0 @@
1gcc.fix_cloogstatic2
2
3When only static libraries are available (so we can build cc1 without
4depending on extras libraries), we get a bunch of undefined symbols
5that are defined in libpwl. This patch explicitly adds libpwl to the
6linker command.
7
8--- gcc-trunk/configure.orig 2011-03-10 12:48:29.433528020 -0600
9+++ gcc-trunk/configure 2011-03-10 12:52:11.342145967 -0600
10@@ -5770,7 +5770,7 @@
11 LDFLAGS="$saved_LDFLAGS"
12 fi
13
14- ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx"
15+ ppllibs="$ppllibs -lppl_c -lppl -lpwl $pwllib -lgmpxx"
16
17 if test "$enable_ppl_version_check" != no; then
18 saved_CFLAGS="$CFLAGS"