Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 824102
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +4 lines)
Line  Link Here
0
-- a/src/dsp/Makefile
0
++ b/src/dsp/Makefile
Lines 44-49 endif Link Here
44
ifeq ($(BUILD_PROFILE), armv7ve)
44
ifeq ($(BUILD_PROFILE), armv7ve)
45
LINK_OBJECTS           += $(ARM_IMPL) $(NEON_D32_IMPL)
45
LINK_OBJECTS           += $(ARM_IMPL) $(NEON_D32_IMPL)
46
endif
46
endif
47
ifeq ($(BUILD_PROFILE), armv8a)
48
LINK_OBJECTS           += $(ARM_IMPL) $(NEON_D32_IMPL)
49
endif
47
ifeq ($(BUILD_PROFILE), arm32)
50
ifeq ($(BUILD_PROFILE), arm32)
48
LINK_OBJECTS           += $(ARM_IMPL) $(NEON_D32_IMPL)
51
LINK_OBJECTS           += $(ARM_IMPL) $(NEON_D32_IMPL)
49
endif
52
endif

Return to bug 824102