diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-04-11 00:12:48 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-04-11 00:12:48 +0000 |
| commit | 370d222b7fb948e76ad3f862c80875de0fb90985 (patch) | |
| tree | bfb42b1622bb58f57563fd75cee896d04d848a4a /gnu/usr.bin/binutils/libbinutils | |
| parent | 907ca3853b11d702a6ce2dd83c1ee3941d923125 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/libbinutils')
| -rw-r--r-- | gnu/usr.bin/binutils/libbinutils/Makefile | 6 | ||||
| -rw-r--r-- | gnu/usr.bin/binutils/libbinutils/Makefile.mips | 5 |
2 files changed, 0 insertions, 11 deletions
diff --git a/gnu/usr.bin/binutils/libbinutils/Makefile b/gnu/usr.bin/binutils/libbinutils/Makefile index ed667123fb1c..8f8dd76add65 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 diff --git a/gnu/usr.bin/binutils/libbinutils/Makefile.mips b/gnu/usr.bin/binutils/libbinutils/Makefile.mips deleted file mode 100644 index c66e00059530..000000000000 --- a/gnu/usr.bin/binutils/libbinutils/Makefile.mips +++ /dev/null @@ -1,5 +0,0 @@ -# -# $FreeBSD$ -# - -TARGET= ${MACHINE_ARCH}-unknown-freebsd |
