Message ID | 20180723233722.9252-2-joel@jms.id.au |
---|---|
State | Accepted |
Headers | show |
Series | makefile: tweak some flags | expand |
Context | Check | Description |
---|---|---|
snowpatch_ozlabs/apply_patch | success | master/apply_patch Successfully applied |
diff --git a/Makefile.main b/Makefile.main index a155e1e66601..487aa735a553 100644 --- a/Makefile.main +++ b/Makefile.main @@ -179,7 +179,6 @@ CFLAGS += $(call try-cflag,$(CC),-mno-multiple) # do not use any automatic vector foo # While it would be safe during boot, we don't save/restore across OPAL calls CFLAGS += $(call try-cflag,$(CC),-mno-vsx) \ - $(call try-cflag,$(CC),-mno-direct-move) \ $(call try-cflag,$(CC),-mno-altivec) # Do not use load/store update. You REALLY do not want to use this!