gcc-4.4.1: Backport improved TLS detection patch in cross environment
authorKhem Raj <raj.khem@gmail.com>
Fri, 28 Aug 2009 23:28:47 +0000 (16:28 -0700)
committerKhem Raj <raj.khem@gmail.com>
Fri, 28 Aug 2009 23:28:47 +0000 (16:28 -0700)
commitb88a3344fcae52f4bb878c86cec273612488f52c
treef9b08c060c7efa3a829e24c57f1b7ef1c15ee4d8
parent039ba48ab1e7a94ff7463c68a59bb03b854969c8
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>
recipes/gcc/gcc-4.4.1.inc
recipes/gcc/gcc-4.4.1/gcc-improve-tls-macro.patch [new file with mode: 0644]