diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-28 09:57:22 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-28 09:57:22 +0000 |
commit | 358043ffb9380926813eb8200f0a45140acdb77a (patch) | |
tree | a2ff6acbb0f25269b47efd0679a212d82808298b /libc/sysdeps/linux/powerpc | |
parent | 86553e6605853bb982cd0cd578134c42e26ee407 (diff) |
Renamed arch specific Makefile.in to Makefile.arch, else if TARGET_ARCH does not exist, we reinclude the including Makefile. Moved arch/common fpu_control.h link creation into main Makefile.in. Updated the link creation script to remove all the other Makefiles
Diffstat (limited to 'libc/sysdeps/linux/powerpc')
-rw-r--r-- | libc/sysdeps/linux/powerpc/Makefile.arch (renamed from libc/sysdeps/linux/powerpc/Makefile.in) | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libc/sysdeps/linux/powerpc/Makefile.in b/libc/sysdeps/linux/powerpc/Makefile.arch index 3cc5ca539..f0c5d9f02 100644 --- a/libc/sysdeps/linux/powerpc/Makefile.in +++ b/libc/sysdeps/linux/powerpc/Makefile.arch @@ -21,7 +21,6 @@ ARCH_OBJS:=$(ARCH_COBJ) $(ARCH_SOBJ) crt-y:=create libc-a-y+=$(ARCH_OBJS) -libc-a-pic-y+=$(ARCH_OBJS:.o=.os) libc-so-y+=$(ARCH_OBJS:.o=.os) #libc-multi-y+=$(ARCH_CSRC) @@ -31,8 +30,3 @@ objclean-y+=arch_objclean arch_objclean: $(RM) $(ARCH_OUT)/*.{o,os} - -headers-y+=arch_headers - -arch_headers: - $(LN) -fs ../libc/sysdeps/linux/powerpc/fpu_control.h $(top_builddir)include/ |