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

CVS User andersen andersen at codepoet.org
Wed Dec 22 18:58:11 UTC 2004


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

Modified Files:
	Makefile 
Log Message:
Patch from Peter S. Mazinger to simplify PIE handling


--- /var/cvs/uClibc/libc/sysdeps/linux/frv/Makefile	2004/12/22 18:51:44	1.9
+++ /var/cvs/uClibc/libc/sysdeps/linux/frv/Makefile	2004/12/22 18:58:09	1.10
@@ -22,9 +22,7 @@
 
 CRT0_SRC = crt0.S
 CRT0_OBJ = crt0.o crt1.o
-ifeq ($(strip $(UCLIBC_PIE_SUPPORT)),y)
 SCRT0_OBJ = $(patsubst %,S%, $(CRT0_OBJ))
-endif
 CRT0_DEPS=gmon-start.S
 
 CTOR_TARGETS = crti.o crtn.o



More information about the uClibc-cvs mailing list