From fe9a4c1201a3e0867cbc0324c55cfe90dce9415b Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 17 Oct 2007 06:24:50 +0000 Subject: Add infrastructure for threading support. --- gold/config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gold/config.in') diff --git a/gold/config.in b/gold/config.in index 9d1eba2e4b9..f46745d20d0 100644 --- a/gold/config.in +++ b/gold/config.in @@ -4,6 +4,9 @@ language is requested. */ #undef ENABLE_NLS +/* Define to do multi-threaded linking */ +#undef ENABLE_THREADS + /* Define to 1 if you have the header file. */ #undef HAVE_EXT_HASH_MAP -- cgit v1.2.1