diff options
Diffstat (limited to 'gcc/config/m68k/t-openbsd')
-rw-r--r-- | gcc/config/m68k/t-openbsd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/m68k/t-openbsd b/gcc/config/m68k/t-openbsd new file mode 100644 index 000000000..b295608de --- /dev/null +++ b/gcc/config/m68k/t-openbsd @@ -0,0 +1,4 @@ +# gdb gets confused if pic code is linked with non pic +# We cope by building all variants of libgcc. +M68K_MLIB_OPTIONS += fpic/fPIC +M68K_MLIB_DIRNAMES += fpic fPIC |