summaryrefslogtreecommitdiff
path: root/m5475-atari-mint/recipes/patches/mintlib/configvars.p
blob: 803272ac35d6910ecac6a1ffd24c80d53e0fea3a (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
34
35
36
37
38
--- ./configvars.orig	2012-05-03 19:26:10.000000000 +0200
+++ ./configvars	2012-11-05 22:34:07.000000000 +0100
@@ -12,7 +12,7 @@
 # get installed.  You have to take car yourself that the libraries
 # and include files and so on will get installed in the right place
 # The easiest way to do this is to change "prefix", see below.
-#CROSS=yes
+CROSS=yes
 
 # Silent build or verbose
 AM_DEFAULT_VERBOSITY = 1
@@ -35,7 +35,7 @@
  CROSS := yes
 else
 ifeq ($(CROSS),yes)
- CROSS_TOOL=m68k-atari-mint
+ CROSS_TOOL=m5475-atari-mint
  toolprefix=$(CROSS_TOOL)-
 else
  toolprefix=
@@ -64,7 +64,7 @@
 # This variable is used for various others.  Change its value if 
 # need be.  When cross-compiling you will usually want to set this
 # to "/usr/m68k-atari-mint".
-prefix=/usr
+prefix=/opt/netsurf/m5475-atari-mint/cross/m5475-atari-mint
 
 # This is where include files get installed.
 includedir=${prefix}/include
@@ -141,7 +141,7 @@
 LDFLAGS=
 
 # Additional defines.
-DEFS=
+DEFS=-DREGEX_MALLOC
 
 # Define this to the warning level you want.
 WARN=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wold-style-declaration -Wold-style-definition