diff options
| author | Warner Losh <imp@FreeBSD.org> | 2011-01-07 20:26:33 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2011-01-07 20:26:33 +0000 |
| commit | cd2ae2532f3ad33a227fb09aae248620260a1635 (patch) | |
| tree | 12ed45fc5cc0930d7f4165ad7f223aba33b36162 /usr.bin | |
| parent | ede990172fc3e86d1f30c99860004d0d3e9bebe5 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/xlint/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/xlint/Makefile.inc b/usr.bin/xlint/Makefile.inc index 32cfcb783c99..e27a4cdad628 100644 --- a/usr.bin/xlint/Makefile.inc +++ b/usr.bin/xlint/Makefile.inc @@ -8,7 +8,7 @@ WARNS?= 0 # These assignments duplicate much of the functionality of # MACHINE_CPUARCH, but there's no easy way to export make functions... .if defined(TARGET_ARCH) -TARGET_CPUARCH= ${TARGET_ARCH:C/mipse[bl]/mips/:C/armeb/arm/} +TARGET_CPUARCH= ${TARGET_ARCH:C/mips.*e[bl]/mips/:C/armeb/arm/} .else TARGET_CPUARCH= ${MACHINE_CPUARCH} TARGET_ARCH= ${MACHINE_ARCH} |
