diff options
author | Andreas Schwab <schwab@suse.de> | 2005-03-21 17:32:31 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2005-03-21 17:32:31 +0000 |
commit | ba605227b1a74407ceec56a42d86b77606b90cb0 (patch) | |
tree | e8dca5e7e1a4bca6a0110be473381a3c18204dc0 /linuxthreads | |
parent | 167d5acc0d83877cb8651571fd27d8367281a5b9 (diff) | |
download | glibc-ba605227b1a74407ceec56a42d86b77606b90cb0.zip glibc-ba605227b1a74407ceec56a42d86b77606b90cb0.tar.gz glibc-ba605227b1a74407ceec56a42d86b77606b90cb0.tar.bz2 |
Remove to delete unneeded o-iterator thing.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/sysdeps/m68k/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/linuxthreads/sysdeps/m68k/Makefile b/linuxthreads/sysdeps/m68k/Makefile deleted file mode 100644 index 1cd27d4..0000000 --- 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 |