git repos / PlatformFolders

commit f308f41e

Poul Sander · 2016-02-17 14:47
f308f41e93ccd35722fb9d6ec520799d95395f54 patch · browse files
parent 10212c89e1d300f3440105d31ca1b7ab98e5178e

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