summaryrefslogtreecommitdiff
path: root/package/imx-lib/patches/patch-sim_Makefile
blob: 6a592d49fb86841b561bd7a5a95ae3659c00a2ec (plain)
1
2
3
4
5
6
7
8
9
10
11
--- imx-lib-3.10.17-1.0.0.orig/sim/Makefile	2014-01-16 15:27:12.000000000 +0100
+++ imx-lib-3.10.17-1.0.0/sim/Makefile	2014-08-27 08:30:04.293885958 +0200
@@ -27,7 +27,7 @@ $(LIBNAME).so: $(LIBNAME).so.$(SONAMEVER
 	ln -s $< $@
 
 %.o: %.c
-	$(CC) -D$(PLATFORM) $(INCLUDE) -Wall -O2 -fPIC -c $^ -o $@
+	$(CC) -D$(PLATFORM) $(CFLAGS) -c $^ -o $@
 
 else
 all install :