From e5220b4c6834471bc085e002280f4c3b16e3b6e0 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 20 Feb 2012 20:03:21 -0500 Subject: Remove CPU vendor from architecture tuple. --- diff --git a/lib/architecture b/lib/architecture index 3e80e82..79f3dbb 100644 --- a/lib/architecture +++ b/lib/architecture @@ -35,16 +35,14 @@ oh_is_buildable() return [ "${_pkgarch}" = "${OH_PLATFORM}" ] fi - # Tokenize the 4-tuple binary architecture. - IFS=- read _pkgcpu _pkgvendor _pkgkernel _pkglibs <&2 elif [ $(echo "${arch}" | wc -l) -gt 1 ]; then @@ -141,10 +141,10 @@ version=$(oh_get_field Version) # Set environment variables for the build configuration. export OH_PLATFORM="${platform}" export OH_ARCH="${arch}" -IFS=- read OH_ARCH_CPU OH_ARCH_VENDOR OH_ARCH_KERNEL OH_ARCH_LIBS <