summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-10-20 01:30:17 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2011-10-20 01:30:17 -0700
commit8ba636c7efd0a50d05c87d164ca8018a40f738d4 (patch)
treec4879c0b7bf0dc379f5a4f98dadbd8185552c404 /makefile
parentb6287221d9a3fdadc0a627e3ccb19349ad6b03b8 (diff)
Support compilation with 5.0 SDK.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 828ee36..372e21a 100644
--- a/makefile
+++ b/makefile
@@ -9,7 +9,7 @@ gcc := 4.2
ifeq ($(gcc),)
gxx := $(dev)/usr/bin/clang++
else
-gxx := $(dev)/usr/bin/g++-$(gcc)
+gxx := $(dev)/usr/bin/g++
endif
flags :=