diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2006-09-11 18:07:09 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2006-09-11 18:07:09 +0000 |
| commit | 78b00795eff69d87d1f8322134d03800525b7c8a (patch) | |
| tree | 854beb41af7f47759eb3972fdb9a29c50e6e4033 /gnu/usr.bin/binutils/as | |
| parent | 9fdecced07335b205f456739dcc2480e450bc7c9 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/as')
| -rw-r--r-- | gnu/usr.bin/binutils/as/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/as/Makefile b/gnu/usr.bin/binutils/as/Makefile index 9bf4880faf2d..a5473a77e9b4 100644 --- a/gnu/usr.bin/binutils/as/Makefile +++ b/gnu/usr.bin/binutils/as/Makefile @@ -35,6 +35,9 @@ CFLAGS+= -DDEFAULT_ARCH=\"v9-64\" .else CFLAGS+= -DDEFAULT_ARCH=\"${BINUTILS_ARCH}\" .endif +.if defined(TARGET_BIG_ENDIAN) +CFLAGS+= -DTARGET_BYTES_BIG_ENDIAN=1 +.endif CFLAGS+= -DTARGET_CPU=\"${BINUTILS_ARCH}\" CFLAGS+= -DTARGET_CANONICAL=\"${TARGET_TUPLE}\" CFLAGS+= -DTARGET_ALIAS=\"${TARGET_TUPLE}\" |
