diff options
-rw-r--r-- | profiles/base/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 92b3b9e48..a9d0f7bcb 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -7,7 +7,7 @@ USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND" # Tier 1 and Tier 2 only, for now. Consult Platform Group before *ever* changing this. TIER1_ARCH="x86 x86_64 ppc ppc64 mips arm" -TIER2_ARCH="alpha arm64 hppa ia64 sparc64" +TIER2_ARCH="alpha arm64 hppa ia64 sparc sparc64" USE_EXPAND_VALUES_ARCH="${TIER1_ARCH} ${TIER2_ARCH}" # We only support these libcs right now. |