summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-10-07 20:40:01 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2012-10-07 20:40:01 +0100
commit2c05bc55c53ba8d72d5091e139cb8d2321e29d60 (patch)
treefc3f635f7fcecc21c7ff12f8847535fd6996e403 /Makefile
parent9cb4d00ea9c2252a0a4345c39f4ca95cb8eeadf1 (diff)
downloadnetsurf-2c05bc55c53ba8d72d5091e139cb8d2321e29d60.tar.gz
netsurf-2c05bc55c53ba8d72d5091e139cb8d2321e29d60.tar.bz2
Set SQUEEZE variable.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index da0d41e3f..d35b4c3f9 100644
--- a/Makefile
+++ b/Makefile
@@ -150,6 +150,7 @@ ifeq ($(TARGET),riscos)
CCRES := ccres
TPLEXT :=
MAKERUN := makerun
+ SQUEEZE := squeeze
RUNEXT :=
CC := gcc
EXEEXT :=
@@ -176,6 +177,7 @@ ifeq ($(TARGET),riscos)
CCRES := $(GCCSDK_INSTALL_CROSSBIN)/ccres
TPLEXT := ,fec
MAKERUN := $(GCCSDK_INSTALL_CROSSBIN)/makerun
+ SQUEEZE := $(GCCSDK_INSTALL_CROSSBIN)/squeeze
RUNEXT := ,feb
CC := $(wildcard $(GCCSDK_INSTALL_CROSSBIN)/*gcc)
ifneq (,$(findstring arm-unknown-riscos-gcc,$(CC)))