summaryrefslogtreecommitdiff
path: root/Makefile-ronative
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-11-11 05:09:51 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-11-11 05:09:51 +0000
commit42de9db2762a63f69321fc4e89ea81e16a5a206a (patch)
treefbff2a9f70f8a2792d134f5a9dc60d11b2ee0a08 /Makefile-ronative
parentb5aa13a47b66955a5198da1f88e1f93f09306a84 (diff)
downloadiconv-42de9db2762a63f69321fc4e89ea81e16a5a206a.tar.gz
iconv-42de9db2762a63f69321fc4e89ea81e16a5a206a.tar.bz2
Integrate module sources into build system.
Various hackery to get it to build for non-RO platforms. A bunch of const-correctness fixes. Hack around strict aliasing warning. Don't expect the menu code to work on 64bit platforms. Sprinkling a bit of intptr_t around may well be some kind of solution. svn path=/trunk/iconv/; revision=5680
Diffstat (limited to 'Makefile-ronative')
-rw-r--r--Makefile-ronative1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile-ronative b/Makefile-ronative
index 39dac7f..f62a494 100644
--- a/Makefile-ronative
+++ b/Makefile-ronative
@@ -51,6 +51,7 @@ $(shell Iconvpwd Iconv$$Dir)
TOP := <Iconv$$Dir>
# Tell everyone that we're building on RISC OS, so they can work around things.
+TARGET := riscos
HOST := riscos
include build/Makefile.common