diff options
author | obrien <obrien@FreeBSD.org> | 2001-06-26 18:29:47 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-06-26 18:29:47 +0000 |
commit | dbf5ef1b184381de7173dc9578114b9d9f0f6e0e (patch) | |
tree | 6da2b4d91568701c8678b01a64d7846a880de507 /gnu | |
parent | 43933a2760639e444169de8514bcac1c2c680cc8 (diff) | |
download | FreeBSD-src-dbf5ef1b184381de7173dc9578114b9d9f0f6e0e.zip FreeBSD-src-dbf5ef1b184381de7173dc9578114b9d9f0f6e0e.tar.gz |
Add the IA-64 unwind handling (needed for readelf).
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/libbinutils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/libbinutils/Makefile b/gnu/usr.bin/binutils/libbinutils/Makefile index 8f8dd76..637a126 100644 --- a/gnu/usr.bin/binutils/libbinutils/Makefile +++ b/gnu/usr.bin/binutils/libbinutils/Makefile @@ -8,7 +8,7 @@ LIB= binutils SRCS+= arlex.l arparse.y arsup.c bucomm.c debug.c filemode.c \ - ieee.c rdcoff.c rddbg.c rename.c stabs.c wrstabs.c version.c + ieee.c rdcoff.c rddbg.c rename.c stabs.c unwind-ia64.c wrstabs.c version.c CFLAGS+= -DTARGET=\"${TARGET_ARCH}-unknown-freebsd\" CFLAGS+= -DVERSION=\"${VERSION}\" CFLAGS+= -I${SRCDIR}/binutils |