MIPS: ip22: Fix ip28 build for modern gcc
am: c018595d83
Change-Id: Ibe3c6e3b5e809d24bd298007154b29936ebfdbdb
This commit is contained in:
commit
07658ad370
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ endif
|
|||
# Simplified: what IP22 does at 128MB+ in ksegN, IP28 does at 512MB+ in xkphys
|
||||
#
|
||||
ifdef CONFIG_SGI_IP28
|
||||
ifeq ($(call cc-option-yn,-mr10k-cache-barrier=store), n)
|
||||
ifeq ($(call cc-option-yn,-march=r10000 -mr10k-cache-barrier=store), n)
|
||||
$(error gcc doesn't support needed option -mr10k-cache-barrier=store)
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue