summaryrefslogtreecommitdiff
path: root/emulators/gcube/patches/patch-ab
blob: 63f0273b2b007219ff791dc3785130b3782cca91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
$NetBSD: patch-ab,v 1.2 2006/01/10 14:33:26 jmmv Exp $

--- Makefile.orig	2005-01-12 03:11:22.000000000 +0100
+++ Makefile
@@ -1,8 +1,8 @@
 # use assembler optimizations
-ASM_X86=0
+#ASM_X86=0
 
 # use debugger: 1 - by default, 2 - compile in but don't use by default
-GDEBUG=0
+#GDEBUG=0
 
 # by default, no window will open until fb address is set
 # or video mode is specified. some programs might not reach that stage.
@@ -18,7 +18,7 @@ DEFAULT_BUFFER_SIZE=512
 MEMHACK=0
 
 # specify the cpu used (for -march, check gcc manual)
-CPU=i686
+#CPU=i686
 #CPU=athlon-xp
 
 # add here optimization flags
@@ -28,7 +28,7 @@ CPU=i686
 OPENGL=GL
 
 # compilator
-CC=gcc
+#CC=gcc
 
 # if byteswap.h is present
 USE_BYTESWAP_H=0