diff options
Diffstat (limited to 'libgcc/config/t-openbsd-thread')
-rw-r--r-- | libgcc/config/t-openbsd-thread | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libgcc/config/t-openbsd-thread b/libgcc/config/t-openbsd-thread new file mode 100644 index 00000000000..17d17edf936 --- /dev/null +++ b/libgcc/config/t-openbsd-thread @@ -0,0 +1,3 @@ +# This is currently needed to compile libgcc2 for threads support +HOST_LIBGCC2_CFLAGS=-pthread + |