Add the IA-64 unwind handling (needed for readelf).

This commit is contained in:
David E. O'Brien 2001-06-26 18:29:47 +00:00
parent b472c4d1c6
commit f6c9428e6e

View File

@ -8,7 +8,7 @@
LIB= binutils LIB= binutils
SRCS+= arlex.l arparse.y arsup.c bucomm.c debug.c filemode.c \ 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+= -DTARGET=\"${TARGET_ARCH}-unknown-freebsd\"
CFLAGS+= -DVERSION=\"${VERSION}\" CFLAGS+= -DVERSION=\"${VERSION}\"
CFLAGS+= -I${SRCDIR}/binutils CFLAGS+= -I${SRCDIR}/binutils