diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2007-09-26 01:31:28 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2007-09-26 01:31:28 +0000 |
| commit | af025ea9a7cb01de115221b999a361b9565696af (patch) | |
| tree | e3e3d3693ba2132aa66e5144e4804c6a40b2a3b8 /gnu/usr.bin | |
| parent | e06a060ed36afe294ddf0f26622a3b68263935bc (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/binutils/ld/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/ld/Makefile b/gnu/usr.bin/binutils/ld/Makefile index 66e8e2ab9035..777482277435 100644 --- a/gnu/usr.bin/binutils/ld/Makefile +++ b/gnu/usr.bin/binutils/ld/Makefile @@ -4,6 +4,10 @@ .PATH: ${SRCDIR}/ld +.if ${TARGET_ARCH} == "ia64" +CFLAGS+= -O1 +.endif + PROG= ld SCRIPTDIR= /usr/libdata/ldscripts SRCS+= ldcref.c ldctor.c ldemul.c ldemul-list.h ldexp.c ldfile.c \ |
