diff options
author | grant <grant@pkgsrc.org> | 2004-06-13 08:43:00 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-13 08:43:00 +0000 |
commit | 88b1567d1dffaef3053e63654350c86c22ba1d38 (patch) | |
tree | a337e671daa6c1cd67052c1c7e56d609ff37d703 /emulators | |
parent | 1d4b15aa11b024b9c0c8456fcc6f21739305649d (diff) | |
download | pkgsrc-88b1567d1dffaef3053e63654350c86c22ba1d38.tar.gz |
this has little hope of building with anything but gcc. make it so.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/bochs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 51f8ba896ef..95bc3fcde50 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2004/06/13 08:42:24 grant Exp $ +# $NetBSD: Makefile,v 1.36 2004/06/13 08:43:00 grant Exp $ DISTNAME= bochs-2.1.1 CATEGORIES= emulators @@ -13,6 +13,8 @@ USE_GNU_TOOLS+= make USE_GCC_SHLIB= yes USE_LANGUAGES= c c++ +ONLY_FOR_COMPILER= gcc + # These options are not enabled by default because they can adversely impact # performance. The number of processors can be either 1 (default), 2, or 4. #CONFIGURE_ARGS+= --enable-debugger --enable-disasm |