e1459ff820
* configure.in: Handle libgcc2 threads support on FreeBSD platforms. * configure: Rebuilt. * config/t-freebsd-thread: New file. From-SVN: r30537
5 lines
137 B
Plaintext
5 lines
137 B
Plaintext
# This is currently needed to compile libgcc2 for threads support
|
|
TARGET_LIBGCC2_CFLAGS=-pthread
|
|
#T_CFLAGS=-pthread
|
|
#T_CPPFLAGS=-pthread
|