summaryrefslogtreecommitdiff
path: root/m5475-atari-mint/recipes/patches/gemlib/CONFIGVARS.p
blob: f65dc895ee874c4c9420ac0ca82d9bb792befe6a (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
--- CONFIGVARS	2011-05-13 23:38:45.000000000 +0100
+++ CONFIGVARS	2011-05-13 23:40:11.000000000 +0100
@@ -3,6 +3,7 @@
 # cross compiling
 #CROSS = yes
 #CROSS = no
+CROSS = yes
 
 # 
 # cross compiling
@@ -33,7 +34,7 @@
  CROSS := yes
 else
 ifeq ($(CROSS),yes)
- CROSS_TOOL=m68k-atari-mint
+ CROSS_TOOL=m5475-atari-mint
  CROSSPREFIX=$(CROSS_TOOL)-
 else
  CROSSPREFIX=
@@ -46,7 +47,7 @@
 NATIVECFLAGS = -O
 CRLF = echo crlf -s
 
-PREFIX=$(shell $(CROSSPREFIX)gcc -print-sysroot)/usr
+PREFIX=/opt/netsurf/m5475-atari-mint/cross/m5475-atari-mint
 ifeq ($(PREFIX),)
   PREFIX=/usr/$(CROSS_TOOL)
 endif