summaryrefslogtreecommitdiffstats
path: root/libgcc/configure
diff options
context:
space:
mode:
Diffstat (limited to 'libgcc/configure')
-rw-r--r--libgcc/configure4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgcc/configure b/libgcc/configure
index a226f811659..ed6eabf2a5f 100644
--- a/libgcc/configure
+++ b/libgcc/configure
@@ -558,6 +558,7 @@ LIBOBJS
asm_hidden_op
extra_parts
cpu_type
+thread_header
tm_defines
tm_file
tmake_file
@@ -4503,6 +4504,7 @@ tm_file="${tm_file_}"
# Map from thread model to thread header.
+
case $target_thread_file in
aix) thread_header=config/rs6000/gthr-aix.h ;;
dce) thread_header=config/pa/gthr-dce.h ;;
@@ -4516,6 +4518,8 @@ case $target_thread_file in
win32) thread_header=config/i386/gthr-win32.h ;;
esac
+
+
# Substitute configuration variables
OpenPOWER on IntegriCloud