blob: d6266fb45671b3ae90e5119894a886f0e5231d4d [file] [log] [blame]
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Only compiler settings should go in this file, any other USE flags should
# be set within profiles/base/make.defaults
# We assume that our 32bit baseline CPU supports at least altivec and is a
# POWER4. Sorry, but we don't see enough POWER3 platforms (right now).
MARCH_TUNE="-mcpu=power4 -maltivec -mtune=power5"