summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2010-09-26 15:25:24 (GMT)
committerTony Theodore <tonyt@logyst.com>2010-09-26 15:25:24 (GMT)
commit6def82501523203f8dff783e31adcfc911eafa51 (patch)
treed08f26541cd85fe9b556e636331768fdf4da0a77 /Makefile
parent714a12ab02e5c7d93ad1fa29ab14ead2b0e05a4c (diff)
downloadmxe-6def82501523203f8dff783e31adcfc911eafa51.zip
mxe-6def82501523203f8dff783e31adcfc911eafa51.tar.gz
mxe-6def82501523203f8dff783e31adcfc911eafa51.tar.bz2
rollback previous commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 58ba0f4..a7f6a68 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,6 @@ PATCH := $(shell gpatch --help >/dev/null 2>&1 && echo g)patch
INSTALL := $(shell ginstall --help >/dev/null 2>&1 && echo g)install
LIBTOOLIZE := $(shell glibtoolize --help >/dev/null 2>&1 && echo g)libtoolize
VERSION := $(shell $(SED) -n 's,^.*<span id="latest-version">\([^<]*\)</span>.*$$,\1,p' '$(TOP_DIR)/doc/index.html')
-OSX_CC_ENV := $(shell [ $$(uname -s) == "Darwin" ] && echo CC="'gcc -arch `uname -m`'")
# unexport any environment variables that might cause trouble
unexport AR CC CFLAGS CPP CPPFLAGS CROSS CXX CXXCPP CXXFLAGS EXEEXT