diff options
Diffstat (limited to 'contrib/gcc/config/t-openbsd-thread')
-rw-r--r-- | contrib/gcc/config/t-openbsd-thread | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/gcc/config/t-openbsd-thread b/contrib/gcc/config/t-openbsd-thread new file mode 100644 index 0000000..4b25f25 --- /dev/null +++ b/contrib/gcc/config/t-openbsd-thread @@ -0,0 +1,5 @@ +# This is currently needed to compile libgcc2 for threads support +TARGET_LIBGCC2_CFLAGS=-pthread +#T_CFLAGS=-pthread +#T_CPPFLAGS=-pthread + |