diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2001-02-21 11:43:35 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-02-21 11:43:35 +0000 |
| commit | 688292859afe286890227572083dfa7ac3ef0214 (patch) | |
| tree | 470353f780417eb3cf8f6dd1d0edf7485aed3de4 /gnu/usr.bin/binutils/libbinutils/Makefile | |
| parent | 2eb8169a1ad3bd8c7960767a5bc471c8d8bc677e (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/libbinutils/Makefile')
| -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 ea60cc51875ea..ed667123fb1c9 100644 --- a/gnu/usr.bin/binutils/libbinutils/Makefile +++ b/gnu/usr.bin/binutils/libbinutils/Makefile @@ -14,7 +14,7 @@ CFLAGS+= -DTARGET=\"elf32-bigmips\" .elif ${TARGET_ARCH} == "mipsel" CFLAGS+= -DTARGET=\"elf32-littlemips\" .else -CFLAGS+= -DTARGET=\"${TARGET_ARCH}-unknown-freebsdelf\" +CFLAGS+= -DTARGET=\"${TARGET_ARCH}-unknown-freebsd\" .endif CFLAGS+= -DVERSION=\"${VERSION}\" CFLAGS+= -I${SRCDIR}/binutils |
