diff options
Diffstat (limited to 'linuxthreads/sysdeps/m68k/Makefile')
-rw-r--r-- | linuxthreads/sysdeps/m68k/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/m68k/Makefile b/linuxthreads/sysdeps/m68k/Makefile new file mode 100644 index 0000000000..1cd27d44ca --- /dev/null +++ b/linuxthreads/sysdeps/m68k/Makefile @@ -0,0 +1,7 @@ +ifeq ($(subdir), linuxthreads) +object-suffixes-left := $(libpthread-nonshared) +define o-iterator-doit +$(objpfx)$o.os: pic-ccflag = -fPIC +endef +include $(o-iterator) +endif |