commit f308f41e
The clang compiler was not actually used
Changed files
| M | Makefile before |
diff --git a/Makefile b/Makefile
index 38f2d4b..5e24bfe 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,10 @@
+ifdef CROSS
CC=$(CROSS)gcc
CXX=$(CROSS)g++
LD=$(CROSS)ld
AR=$(CROSS)ar
PKG_CONFIG=$(CROSS)pkg-config
+endif
BASE_LIBS=
BASE_CFLAGS=-c -g -O2 -Wall