diff options
Diffstat (limited to 'src/arch/ppc64')
-rw-r--r-- | src/arch/ppc64/Makefile.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/arch/ppc64/Makefile.inc b/src/arch/ppc64/Makefile.inc index 1fbd70b0f7..f1a2487a57 100644 --- a/src/arch/ppc64/Makefile.inc +++ b/src/arch/ppc64/Makefile.inc @@ -1,8 +1,4 @@ -################################################################################ -## ## SPDX-License-Identifier: GPL-2.0-only -## -################################################################################ ppc64_flags = -I$(src)/arch/ppc64/ -mbig-endian -mcpu=power8 -mtune=power8 |