|
|
src_compile() { | src_compile() { |
# Special handling for sparc | # Special handling for sparc |
local myhost | local myhost |
[ "${PROFILE_ARCH}" == "sparc64" ] && myhost="sparc64-linux" \ |
[ "${PROFILE_ARCH}" == "sparc64" ] && myhost="sparcv9-linux" \ |
|| myhost="$(echo ${CHOST} | cut -f "1 3" -d '-')" | || myhost="$(echo ${CHOST} | cut -f "1 3" -d '-')" |
einfo "Building for ${myhost}" | einfo "Building for ${myhost}" |
| |