pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/emulator
Module Name: pkgsrc
Committed By: sbd
Date: Wed Jan 18 00:52:20 UTC 2012
Modified Files:
pkgsrc/mk/emulator: linux.mk
Log Message:
While 64bit Linux systems can emulate 32bit systems the EMUL_TYPE is not
"native" it's "builtin".
So if Linux emulation is wanted on a Linux system set EMUL_TYPE.linux to
"native" if the EMUL_ARCH and MACHINE_ARCH are the same, otherwise set it
to "none".
If the EMUL_TYPE is 'none' disable the package by setting NOT_FOR_PLATFORM
to this platform.
If someone wants to use Linux 32bit "builtin" emulation they should ensure
that the native 32bit library packages that are needed are installed
(e.g. libc6-i386 ... ) and put "EMUL_TYPE.linux=builtin" in mk.conf.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/mk/emulator/linux.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index