summaryrefslogtreecommitdiff
path: root/recipes/gcc/gcc-4.4.1/gcc-improve-tls-macro.patch
AgeCommit message (Collapse)AuthorFiles
2009-08-28gcc-4.4.1: Backport improved TLS detection patch in cross environmentKhem Raj1
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>