svn commit: trunk/uClibc

bernds at uclibc.org bernds at uclibc.org
Fri Jan 18 02:22:26 UTC 2008


Author: bernds
Date: 2008-01-17 18:22:25 -0800 (Thu, 17 Jan 2008)
New Revision: 20870

Log:
A patch from our Blackfin repository, originally from Mike Frysinger.
Add sysdeps/linux/$(TARGET_ARCH) to the list of includes.  Needed by some of
the Blackfin specific string assembly files.


Modified:
   trunk/uClibc/Rules.mak


Changeset:
Modified: trunk/uClibc/Rules.mak
===================================================================
--- trunk/uClibc/Rules.mak	2008-01-18 02:21:09 UTC (rev 20869)
+++ trunk/uClibc/Rules.mak	2008-01-18 02:22:25 UTC (rev 20870)
@@ -401,7 +401,8 @@
 # Some nice CFLAGS to work with
 CFLAGS := -include $(top_builddir)include/libc-symbols.h \
 	$(XWARNINGS) $(CPU_CFLAGS) $(SSP_CFLAGS) \
-	-fno-builtin -nostdinc -I$(top_builddir)include -I.
+	-fno-builtin -nostdinc -I$(top_builddir)include -I. \
+	-I$(top_srcdir)libc/sysdeps/linux/$(TARGET_ARCH)
 
 ifneq ($(strip $(UCLIBC_EXTRA_CFLAGS)),"")
 CFLAGS += $(subst ",, $(UCLIBC_EXTRA_CFLAGS))




More information about the uClibc-cvs mailing list