diff options
Diffstat (limited to 'gcc/config/pa')
-rw-r--r-- | gcc/config/pa/t-dce-thr | 5 | ||||
-rw-r--r-- | gcc/config/pa/t-pa | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/gcc/config/pa/t-dce-thr b/gcc/config/pa/t-dce-thr new file mode 100644 index 00000000000..8d86a418186 --- /dev/null +++ b/gcc/config/pa/t-dce-thr @@ -0,0 +1,5 @@ +MULTILIB_OPTIONS = threads +MULTILIB_DIRNAMES = threads + +LIBGCC = stmp-multilib +INSTALL_LIBGCC = install-multilib diff --git a/gcc/config/pa/t-pa b/gcc/config/pa/t-pa index b6dcec1212e..a359918a125 100644 --- a/gcc/config/pa/t-pa +++ b/gcc/config/pa/t-pa @@ -16,9 +16,3 @@ ee_fp.asm: $(srcdir)/config/pa/ee_fp.asm cp $(srcdir)/config/pa/ee_fp.asm . TARGET_LIBGCC2_CFLAGS = -fPIC - -MULTILIB_OPTIONS = threads -MULTILIB_DIRNAMES = threads - -LIBGCC = stmp-multilib -INSTALL_LIBGCC = install-multilib |