diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-12-22 02:16:21 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-12-22 02:16:21 +0000 |
| commit | 636e7b0455679cdda2a4c4e95d6e4cbb9b32376c (patch) | |
| tree | fbddb53d58eb2117cce138df5ef14f6ddc086853 /gnu/usr.bin/cc | |
| parent | 6a36d46ee42451dd25d6495e1ef185c428a97b9b (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc')
| -rw-r--r-- | gnu/usr.bin/cc/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/Makefile.inc b/gnu/usr.bin/cc/Makefile.inc index a2f02627d69a..23909bfa18d2 100644 --- a/gnu/usr.bin/cc/Makefile.inc +++ b/gnu/usr.bin/cc/Makefile.inc @@ -7,9 +7,9 @@ GCCDIR= ${.CURDIR}/../../../../contrib/gcc .if ${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb" -GCC_ARCH=mips +GCC_ARCH= mips .else -GCC_ARCH=${MACHINE_ARCH} +GCC_ARCH= ${MACHINE_ARCH} .endif # Machine description. |
