diff options
Diffstat (limited to 'gnu/usr.bin/binutils/libbinutils/Makefile')
-rw-r--r-- | gnu/usr.bin/binutils/libbinutils/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/usr.bin/binutils/libbinutils/Makefile b/gnu/usr.bin/binutils/libbinutils/Makefile index ed66712..8f8dd76 100644 --- a/gnu/usr.bin/binutils/libbinutils/Makefile +++ b/gnu/usr.bin/binutils/libbinutils/Makefile @@ -9,13 +9,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 -.if ${TARGET_ARCH} == "mipseb" -CFLAGS+= -DTARGET=\"elf32-bigmips\" -.elif ${TARGET_ARCH} == "mipsel" -CFLAGS+= -DTARGET=\"elf32-littlemips\" -.else CFLAGS+= -DTARGET=\"${TARGET_ARCH}-unknown-freebsd\" -.endif CFLAGS+= -DVERSION=\"${VERSION}\" CFLAGS+= -I${SRCDIR}/binutils CFLAGS+= -I${SRCDIR}/bfd |