Skip to content

Commit

Permalink
Fix build for ARM NEON.
Browse files Browse the repository at this point in the history
  • Loading branch information
Themaister committed Feb 7, 2015
1 parent e4991dd commit 9ffa1d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ endif
ifneq ($(findstring armv7,$(ARCH)),)
CFLAGS += -march=armv7-a -mfpu=neon -marm
ASFLAGS += -mfpu=neon
FMSYNTH_ASM_SOURCES += arm/fmsynth_neon.S
FMSYNTH_ASM_SOURCES += src/arm/fmsynth_neon.S
endif

ifneq ($(TOOLCHAIN_PREFIX),)
Expand Down

0 comments on commit 9ffa1d2

Please sign in to comment.