diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-29 21:17:57 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-29 21:17:57 +0000 |
commit | 3115fb3e0d8d769e2994bcd6463e5403188fab4b (patch) | |
tree | bded29302158765542a4182b9ecc7bcffa343a0b /glibc/glibc_2.3.2.oe | |
parent | af8389231cd953919be4c6d7e7a8a04504db9935 (diff) |
Adapting some builds per the recent oe metadata handling changes.
BKrev: 40689285Q7zUjk20aonhEakS324blw
Diffstat (limited to 'glibc/glibc_2.3.2.oe')
-rw-r--r-- | glibc/glibc_2.3.2.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glibc/glibc_2.3.2.oe b/glibc/glibc_2.3.2.oe index 50d4ec2178..1d3a4f3137 100644 --- a/glibc/glibc_2.3.2.oe +++ b/glibc/glibc_2.3.2.oe @@ -91,7 +91,7 @@ glibcbuild_do_unpack () { cp -a "${FILESDIR}/autoconf.h" "${WORKDIR}/linux/include/linux/" sed 's:\(^.*define.*__NR_waitpid.*$\):/*&*/:' < ${WORKDIR}/linux/include/asm-arm/unistd.h > ${WORKDIR}/linux/include/asm-arm/unistd.h.new mv ${WORKDIR}/linux/include/asm-arm/unistd.h.new ${WORKDIR}/linux/include/asm-arm/unistd.h - case $TARGET_ARCH in + case ${TARGET_ARCH} in alpha*) TARGET_ARCH=alpha ;; arm*) TARGET_ARCH=arm ;; cris*) TARGET_ARCH=cris ;; |