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 --- Rules.mak | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Rules.mak') diff --git a/Rules.mak b/Rules.mak index 294690867..3d3578e0f 100644 --- a/Rules.mak +++ b/Rules.mak @@ -353,6 +353,10 @@ CFLAGS := -include $(top_builddir)include/libc-symbols.h \ $(XWARNINGS) $(CPU_CFLAGS) $(SSP_CFLAGS) \ -fno-builtin -nostdinc -I$(top_builddir)include -I. +ifneq ($(strip $(UCLIBC_EXTRA_CFLAGS)),"") +CFLAGS += $(subst ",, $(UCLIBC_EXTRA_CFLAGS)) +endif + LDADD_LIBFLOAT= ifeq ($(UCLIBC_HAS_SOFT_FLOAT),y) # If -msoft-float isn't supported, we want an error anyway. -- cgit v1.2.3