diff options
Diffstat (limited to 'lib/raid6/Makefile')
| -rw-r--r-- | lib/raid6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/raid6/Makefile b/lib/raid6/Makefile index c7dab0645554..3b10a48fa040 100644 --- a/lib/raid6/Makefile +++ b/lib/raid6/Makefile | |||
| @@ -15,7 +15,7 @@ quiet_cmd_unroll = UNROLL $@ | |||
| 15 | < $< > $@ || ( rm -f $@ && exit 1 ) | 15 | < $< > $@ || ( rm -f $@ && exit 1 ) |
| 16 | 16 | ||
| 17 | ifeq ($(CONFIG_ALTIVEC),y) | 17 | ifeq ($(CONFIG_ALTIVEC),y) |
| 18 | altivec_flags := -maltivec -mabi=altivec | 18 | altivec_flags := -maltivec $(call cc-option,-mabi=altivec) |
| 19 | endif | 19 | endif |
| 20 | 20 | ||
| 21 | # The GCC option -ffreestanding is required in order to compile code containing | 21 | # The GCC option -ffreestanding is required in order to compile code containing |
