patch-sim_Makefile 368 B

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