Subject: CVS commit: pkgsrc/emulators/stella
To: None <pkgsrc-changes@netbsd.org>
From: Chris Pinnock <cjep@netbsd.org>
List: pkgsrc-changes
Date: 06/06/2002 23:26:36
Module Name:	pkgsrc
Committed By:	cjep
Date:		Thu Jun  6 20:26:36 UTC 2002

Modified Files:
	pkgsrc/emulators/stella: Makefile

Log Message:
Turn off optimisation on NetBSD/arm platforms, otherwise we hit an
optimisation loop. The first problem is at:
c++ -c -O2 -fno-rtti -I. -I../emucore -I../emucore/m6502/src    \
-I../emucore/m6502/src/bspf/src -I../ui/x11 -I../ui/sound 	\
-I/usr/X11R6/include -DBSPF_UNIX ../emucore/m6502/src/M6502.cxx

XXX It would probably be best to turn off optimisation on the relevant files


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/emulators/stella/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.