diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-08-30 02:11:02 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-08-30 02:11:02 +0000 |
commit | 2051fe865d2e2be3e0588cc8d7f1a765b5e36332 (patch) | |
tree | d1169d39eaf82eabad08513072c5789193b86b59 /emulators/linux_base | |
parent | 434ff6c1c4f2489e6178bee188187098b3f20956 (diff) |
First cut at supporting AMD64 (to give 32-bit support).
Notes
Notes:
svn path=/head/; revision=117613
Diffstat (limited to 'emulators/linux_base')
-rw-r--r-- | emulators/linux_base/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emulators/linux_base/Makefile b/emulators/linux_base/Makefile index c3427dfeaaad..5409c7991357 100644 --- a/emulators/linux_base/Makefile +++ b/emulators/linux_base/Makefile @@ -78,6 +78,11 @@ UPDATES= ${UPD_SET1} ${UPD_SET2} .include <bsd.port.pre.mk> +.if (${ARCH} == "amd64") +LATEST_LINK= linux32_base +MACHINE_ARCH= i386 +.endif + .if (${MACHINE_ARCH} == "i386") PORTREVISION= 7 RPM_BZIP2= bzip2-1.0.1-3.i386.rpm |