summaryrefslogtreecommitdiff
path: root/gcc/configure.in
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-15 09:11:42 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-11-15 09:11:42 +0000
commit6ee3067a519c4bce1a8f0af394964645eb5f2597 (patch)
tree8d17d1098d367825d55b8ab9bb740cb211e501fa /gcc/configure.in
parent67ea9ac21fd1e97ee9806721e50ac5c5eaf3275e (diff)
downloadgcc-6ee3067a519c4bce1a8f0af394964645eb5f2597.tar.gz
* configure.in: Handle libgcc2 threads support on FreeBSD platforms.
* configure: Rebuilt. * config/t-freebsd-thread: New file. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30537 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.in')
-rw-r--r--gcc/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.in b/gcc/configure.in
index d2c312526e5..4ce212cac68 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -1282,7 +1282,7 @@ changequote([,])dnl
case x${enable_threads} in
xyes | xpthreads | xposix)
thread_file='posix'
- tmake_file="${tmake_file} t-openbsd-thread"
+ tmake_file="${tmake_file} t-freebsd-thread"
;;
esac
;;