diff options
| author | nakayama <nakayama@NetBSD.org> | 2006-04-04 13:00:23 +0000 |
|---|---|---|
| committer | nakayama <nakayama@NetBSD.org> | 2006-04-04 13:00:23 +0000 |
| commit | 616dcaceb95424ee906eeb5c6ff4e987e9ec6510 (patch) | |
| tree | 2af24f78526422d8460bd85ff275014625d3256c /sys/contrib/dev | |
| parent | ca98b087a8b728ed45ceed479dedfe00f6817193 (diff) | |
Add missing "-elf" suffix to ATH_HAL for sparc and sparc64.
Diffstat (limited to 'sys/contrib/dev')
| -rw-r--r-- | sys/contrib/dev/ath/netbsd/Makefile.ath.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/contrib/dev/ath/netbsd/Makefile.ath.inc b/sys/contrib/dev/ath/netbsd/Makefile.ath.inc index 5d90357c1c0..d231c7018bf 100644 --- a/sys/contrib/dev/ath/netbsd/Makefile.ath.inc +++ b/sys/contrib/dev/ath/netbsd/Makefile.ath.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.ath.inc,v 1.2 2006/04/04 03:13:12 gdamore Exp $ +# $NetBSD: Makefile.ath.inc,v 1.3 2006/04/04 13:00:23 nakayama Exp $ # Rules for building a HAL on various platforms. We put them here # to centralize them all in one place. @@ -46,10 +46,10 @@ ATH_HAL=powerpc-be-elf ATH_HAL=sh4-le-elf .elif ${MACHINE_ARCH} == "sparc" -ATH_HAL=sparc-be +ATH_HAL=sparc-be-elf .elif ${MACHINE_ARCH} == "sparc64" -ATH_HAL=sparc64-be +ATH_HAL=sparc64-be-elf .elif ${MACHINE_ARCH} == "x86_64" ATH_HAL=x86_64-elf |
