diff options
Diffstat (limited to 'libc/sysdeps/linux/frv/Makefile')
-rw-r--r-- | libc/sysdeps/linux/frv/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/frv/Makefile b/libc/sysdeps/linux/frv/Makefile index fc1cf327c..f2e169d74 100644 --- a/libc/sysdeps/linux/frv/Makefile +++ b/libc/sysdeps/linux/frv/Makefile @@ -22,9 +22,7 @@ include $(TOPDIR)Rules.mak 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 |