diff options
author | David O'Brien <obrien@FreeBSD.org> | 1999-11-15 09:11:42 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-11-15 02:11:42 -0700 |
commit | e1459ff820016dc636eac275d76fde3479c3f5c9 (patch) | |
tree | 8d17d1098d367825d55b8ab9bb740cb211e501fa /gcc/config | |
parent | 329e1d019a5bd47a57019c062943b481228af26f (diff) | |
download | gcc-e1459ff820016dc636eac275d76fde3479c3f5c9.tar.gz |
configure.in: Handle libgcc2 threads support on FreeBSD platforms.
* configure.in: Handle libgcc2 threads support on FreeBSD platforms.
* configure: Rebuilt.
* config/t-freebsd-thread: New file.
From-SVN: r30537
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/t-freebsd-thread | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/t-freebsd-thread b/gcc/config/t-freebsd-thread new file mode 100644 index 00000000000..06315c803b0 --- /dev/null +++ b/gcc/config/t-freebsd-thread @@ -0,0 +1,4 @@ +# This is currently needed to compile libgcc2 for threads support +TARGET_LIBGCC2_CFLAGS=-pthread +#T_CFLAGS=-pthread +#T_CPPFLAGS=-pthread |