From 8ceaf7c737b375d4d90afd8051d0b23aede22d96 Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Sun, 4 Feb 2007 21:25:42 +0000 Subject: Add support for PowerPC e500, libc part only. Math support to be done. From Steve Papacharalambous, stevep@freescale.com --- libc/sysdeps/linux/Makefile.commonarch | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libc/sysdeps/linux/Makefile.commonarch') diff --git a/libc/sysdeps/linux/Makefile.commonarch b/libc/sysdeps/linux/Makefile.commonarch index ea4ba53b3..4ce8452f0 100644 --- a/libc/sysdeps/linux/Makefile.commonarch +++ b/libc/sysdeps/linux/Makefile.commonarch @@ -23,6 +23,11 @@ objclean-y += arch_objclean arch_objclean: $(RM) $(ARCH_OUT)/*.{o,os} $(CTOR_TARGETS) $(CRTS) +ifneq ($(ARCH_FPU_HEADERS),) +headers-y += arch_fpu_headers +headers_clean-y += arch_fpu_headers_clean +endif + ifneq ($(ARCH_HEADERS),) ARCH_HEADERS_IN := $(patsubst %,../libc/sysdeps/linux/$(TARGET_ARCH)/%,$(ARCH_HEADERS)) -- cgit v1.2.3