summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-11-19 18:28:06 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-11-19 18:28:06 +0000
commitfe23e35834d65dbeca5ed9b032f1424845f604ba (patch)
tree3a9100ee321defc25338633bd8066055516dee1a /Makefile
parenteaa5a508641a35871452ea3d3413745c58521023 (diff)
downloadiconv-fe23e35834d65dbeca5ed9b032f1424845f604ba.tar.gz
iconv-fe23e35834d65dbeca5ed9b032f1424845f604ba.tar.bz2
Stage Aliases file directly into distribution template.
Fix compilation of makealiases when cross-compiling. Update dependencies so that aliases file gets built when needed. svn path=/trunk/iconv/; revision=5738
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d6be6f4..372eb1e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,6 @@
# Toolchain definitions for building on the destination platform
+HOST_CC := gcc
+
CC := gcc
AR := ar
LD := gcc