diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-12-17 15:50:45 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-12-17 15:50:45 +0000 |
| commit | ecc4dcbd828295057f2272b8c0a2d1ac0a910d92 (patch) | |
| tree | c45f247bbe6bc356238d99e5cb7c620bd85e9a0d /gnu/usr.bin/binutils/libbinutils | |
| parent | 3fbbdea6b1624a274e4379f1376aa0f5409f0cb0 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/libbinutils')
| -rw-r--r-- | gnu/usr.bin/binutils/libbinutils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/libbinutils/Makefile b/gnu/usr.bin/binutils/libbinutils/Makefile index b6b4fa7f697b..c6ee50c62d61 100644 --- a/gnu/usr.bin/binutils/libbinutils/Makefile +++ b/gnu/usr.bin/binutils/libbinutils/Makefile @@ -9,12 +9,12 @@ LIB= binutils SRCS+= arlex.l arparse.y arsup.c bucomm.c debug.c filemode.c \ ieee.c rdcoff.c rddbg.c stabs.c wrstabs.c version.c -.if ${MACHINE_ARCH} == "mipseb" +.if ${TARGET_ARCH} == "mipseb" CFLAGS+= -DTARGET=\"elf32-bigmips\" -.elif ${MACHINE_ARCH} == "mipsel" +.elif ${TARGET_ARCH} == "mipsel" CFLAGS+= -DTARGET=\"elf32-littlemips\" .else -CFLAGS+= -DTARGET=\"${MACHINE_ARCH}-unknown-freebsdelf\" +CFLAGS+= -DTARGET=\"${TARGET_ARCH}-unknown-freebsdelf\" .endif CFLAGS+= -DVERSION=\"${VERSION}\" CFLAGS+= -I${SRCDIR}/binutils |
