summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3094e1b..f630076 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,6 @@
VERSION = 0.93
+CC=$(CROSS_COMPILE)gcc
+AR=$(CROSS_COMPILE)ar
HAVE_NPTL ?= yes