summaryrefslogtreecommitdiff
path: root/package/imx-lib/patches/patch-sim_Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-04-03 22:57:01 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-04-03 22:57:01 +0200
commit5b940999b01a7f41490700177289cccaaa942e30 (patch)
tree8c253f1d789b91ffe2140e1ae2cfc40529435895 /package/imx-lib/patches/patch-sim_Makefile
parent1b579f2666a0d3d1076540c7c15714e6ec773df5 (diff)
parent67b8b43f6d34c2a06eb7c06be481b7fd5fb11829 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/imx-lib/patches/patch-sim_Makefile')
-rw-r--r--package/imx-lib/patches/patch-sim_Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/imx-lib/patches/patch-sim_Makefile b/package/imx-lib/patches/patch-sim_Makefile
index 786b19b66..6a592d49f 100644
--- a/package/imx-lib/patches/patch-sim_Makefile
+++ b/package/imx-lib/patches/patch-sim_Makefile
@@ -1,11 +1,11 @@
---- imx-lib-3.10.53-1.1.0.orig/sim/Makefile 2014-12-23 03:34:05.000000000 -0600
-+++ imx-lib-3.10.53-1.1.0/sim/Makefile 2015-03-08 14:09:51.269694263 -0500
-@@ -28,7 +28,7 @@ $(LIBNAME).so: $(LIBNAME).so.$(SONAMEVER
+--- 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 -fPIC $(CFLAGS) -c $^ -o $@
-+ $(CC) -D$(PLATFORM) $(CPPFLAGS) $(CFLAGS) -fPIC -c $^ -o $@
+- $(CC) -D$(PLATFORM) $(INCLUDE) -Wall -O2 -fPIC -c $^ -o $@
++ $(CC) -D$(PLATFORM) $(CFLAGS) -c $^ -o $@
else
all install :