diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-08-28 16:28:47 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-08-28 16:28:47 -0700 |
commit | b88a3344fcae52f4bb878c86cec273612488f52c (patch) | |
tree | f9b08c060c7efa3a829e24c57f1b7ef1c15ee4d8 /recipes/gcc/gcc-4.4.1.inc | |
parent | 039ba48ab1e7a94ff7463c68a59bb03b854969c8 (diff) |
gcc-4.4.1: Backport improved TLS detection patch in cross environment
This patch is required for libstdc++ mainly as far as gcc is
concerned. Without this patch configure detects TLS falsely
and enables tls when compiling libstdc++ on uclibc based systems
uclibc lacks TLS support as of now. With NPTL it will have TLS support
but thats a distant future.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gcc/gcc-4.4.1.inc')
-rw-r--r-- | recipes/gcc/gcc-4.4.1.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-4.4.1.inc b/recipes/gcc/gcc-4.4.1.inc index df3449099d..6ac5ab48ad 100644 --- a/recipes/gcc/gcc-4.4.1.inc +++ b/recipes/gcc/gcc-4.4.1.inc @@ -7,7 +7,7 @@ LICENSE = "GPLv3" DEPENDS = "mpfr gmp" -INC_PR = "r3" +INC_PR = "r4" FILESPATHPKG .= ":gcc-$PV" @@ -17,6 +17,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://gcc-uclibc-locale-ctype_touplow_t.patch;patch=1 \ file://gcc-disable-linux-unwind-with-libc-inhibit.patch;patch=1 \ file://gcc-link-libgcc-with-libm.patch;patch=1 \ + file://gcc-improve-tls-macro.patch;patch=1 \ " # Language Overrides FORTRAN = "" |