diff options
Diffstat (limited to 'recipes-devtools/gcc/files/gcc.fix_cloogstatic2.patch')
-rw-r--r-- | recipes-devtools/gcc/files/gcc.fix_cloogstatic2.patch | 18 |
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 @@ | |||
1 | gcc.fix_cloogstatic2 | ||
2 | |||
3 | When only static libraries are available (so we can build cc1 without | ||
4 | depending on extras libraries), we get a bunch of undefined symbols | ||
5 | that are defined in libpwl. This patch explicitly adds libpwl to the | ||
6 | linker 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" | ||