[uClibc-cvs] CVS uClibc/libc/sysdeps/linux/frv

CVS User andersen andersen at codepoet.org
Sat Dec 11 12:23:37 UTC 2004


Update of /var/cvs/uClibc/libc/sysdeps/linux/frv
In directory nail:/tmp/cvs-serv2771/libc/sysdeps/linux/frv

Modified Files:
	Makefile 
Log Message:
Partial commit of a patch from Alexandre Oliva:

Here's an updated version of the patch I posted about a month ago.  It
leaves -nostdinc alone, and uses -print-file-name=include instead of
-print-search-dirs to figure out where GCC's internal headers are.

Please let me know whether there are any portions of this patch you'd
like me to break into smaller pieces, to rework, or to give up trying
to get into uClibc :-)  Thanks,



--- /var/cvs/uClibc/libc/sysdeps/linux/frv/Makefile	2004/10/14 10:08:00	1.7
+++ /var/cvs/uClibc/libc/sysdeps/linux/frv/Makefile	2004/12/11 12:23:35	1.8
@@ -23,7 +23,7 @@
 
 CRT0_SRC = crt0.S
 CRT0_OBJ = crt0.o crt1.o
-ifeq $(strip $(UCLIBC_PIE_SUPPORT)),y)
+ifeq ($(strip $(UCLIBC_PIE_SUPPORT)),y)
 SCRT0_OBJ = $(patsubst %,S%, $(CRT0_OBJ))
 endif
 CRT0_DEPS=gmon-start.S



More information about the uClibc-cvs mailing list