summaryrefslogtreecommitdiff
path: root/linuxthreads
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2005-03-21 17:32:31 +0000
committerAndreas Schwab <schwab@suse.de>2005-03-21 17:32:31 +0000
commitba605227b1a74407ceec56a42d86b77606b90cb0 (patch)
treee8dca5e7e1a4bca6a0110be473381a3c18204dc0 /linuxthreads
parent167d5acc0d83877cb8651571fd27d8367281a5b9 (diff)
Remove to delete unneeded o-iterator thing.
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/sysdeps/m68k/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/linuxthreads/sysdeps/m68k/Makefile b/linuxthreads/sysdeps/m68k/Makefile
deleted file mode 100644
index 1cd27d44ca..0000000000
--- a/linuxthreads/sysdeps/m68k/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-ifeq ($(subdir), linuxthreads)
-object-suffixes-left := $(libpthread-nonshared)
-define o-iterator-doit
-$(objpfx)$o.os: pic-ccflag = -fPIC
-endef
-include $(o-iterator)
-endif