diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-03-30 23:50:23 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-03-30 23:50:23 +0000 |
commit | 497e80911e0033a44f608c5c912024997ffb5d3c (patch) | |
tree | 10dd676fe27eeae3526bd1b656f1cf7e9e25b69b /gnu | |
parent | 4f1c85df14bdba51ee73298b4a37aa0eb4ea180a (diff) | |
download | src-497e80911e0033a44f608c5c912024997ffb5d3c.tar.gz src-497e80911e0033a44f608c5c912024997ffb5d3c.zip |
Notes
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/lib/csu/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/lib/csu/Makefile b/gnu/lib/csu/Makefile index 92d49dc17d43..431baac607c5 100644 --- a/gnu/lib/csu/Makefile +++ b/gnu/lib/csu/Makefile @@ -22,7 +22,6 @@ CFLAGS+= -fno-inline-functions -fno-exceptions \ CFLAGS+= -I${GCCLIB}/include -I${GCCDIR}/config -I${GCCDIR} -I. \ -I${CCDIR}/cc_tools CRTS_CFLAGS= -DCRTSTUFFS_O -DSHARED ${PICFLAG} -MKDEP= -DCRT_BEGIN .if ${TARGET_CPUARCH} == "arm" CFLAGS+= -DTARGET_ARM_EABI |