summaryrefslogtreecommitdiff
path: root/Vars.make
authorllornkcor <llornkcor>2005-11-08 23:47:39 (UTC)
committer llornkcor <llornkcor>2005-11-08 23:47:39 (UTC)
commit432e2165e5117f4fce78570d83518f1b8ca8f02b (patch) (side-by-side diff)
tree75415c1747db2961cc1fc5fe1a9bd47da3a9d83d /Vars.make
parent6bd52d3658f01c966d690b12235592a5473a4d57 (diff)
downloadopie-432e2165e5117f4fce78570d83518f1b8ca8f02b.zip
opie-432e2165e5117f4fce78570d83518f1b8ca8f02b.tar.gz
opie-432e2165e5117f4fce78570d83518f1b8ca8f02b.tar.bz2
also add 64bit here
Diffstat (limited to 'Vars.make') (more/less context) (ignore whitespace changes)
-rw-r--r--Vars.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vars.make b/Vars.make
index 880ccf1..b99da70 100644
--- a/Vars.make
+++ b/Vars.make
@@ -20,25 +20,25 @@ else
OEHOSTSYS:=$(shell echo $(CONFIG_OE_HOST_SYS) | sed -e's/"//g')
OETARGETSYS:=$(shell echo $(CONFIG_OE_TARGET_SYS) | sed -e's/"//g')
QTDIR:=$(shell echo $(OEDIR) | sed -e's/"//g')/tmp/staging/$(OETARGETSYS)/qt2
$(shell mkdir -p $(QTDIR)/src/moc)
$(shell echo -e "all: \n\t" >>$(QTDIR)/src/moc/Makefile)
PLATFORM=sharp-linux
endif
ifdef CONFIG_TARGET_X86
PLATFORM=x86-linux
endif
ifdef CONFIG_TARGET_64BIT
- PLATFORM=64-linux
+ PLATFORM=64bit-linux
endif
ifdef CONFIG_TARGET_SHARP
PLATFORM=sharp-linux
endif
ifdef CONFIG_TARGET_IPAQ
PLATFORM=ipaq-linux
endif
ifdef CONFIG_TARGET_RAMSES
PLATFORM=ramses-linux
endif
ifdef CONFIG_TARGET_SIMPAD
PLATFORM=simpad-linux