Skip to content

Commit

Permalink
android makefile: removed mthumb instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
arturo committed Aug 2, 2011
1 parent 7928986 commit b7b9c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/openFrameworksCompiled/project/android/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ ifeq ($(findstring Release,$(MAKECMDGOALS)),Release)
endif

ifeq ($(findstring Release_arm7,$(MAKECMDGOALS)),Release_arm7)
TARGET_CFLAGS += -march=armv7-a -mfloat-abi=softfp -mthumb
TARGET_CFLAGS += -march=armv7-a -mfloat-abi=softfp
TARGET = ../../lib/$(LIBSPATH)/libopenFrameworks_arm7.a
endif

Expand Down

0 comments on commit b7b9c12

Please sign in to comment.