summaryrefslogtreecommitdiff
path: root/uclibc/uclibc_0.9.26.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-09-18 01:53:53 +0000
committerChris Larson <clarson@kergoth.com>2004-09-18 01:53:53 +0000
commitb8a2658f0a23dffed5829f3d207186f2d9cf55fa (patch)
tree8b46326d8a5b0371a5fd954ff30091caab49723d /uclibc/uclibc_0.9.26.oe
parent834a975ceae1180733e21b89c87e18edf588dcb5 (diff)
Unbork uclibc build.. need to install the crt1.o before we can build ldd.
BKrev: 414b9531RVzriod2lkzZdxc0pVDAMA
Diffstat (limited to 'uclibc/uclibc_0.9.26.oe')
-rw-r--r--uclibc/uclibc_0.9.26.oe11
1 files changed, 6 insertions, 5 deletions
diff --git a/uclibc/uclibc_0.9.26.oe b/uclibc/uclibc_0.9.26.oe
index 1de577e8ec..71231aff58 100644
--- a/uclibc/uclibc_0.9.26.oe
+++ b/uclibc/uclibc_0.9.26.oe
@@ -81,16 +81,17 @@ do_configure() {
oe_runmake oldconfig
}
-do_compile () {
- oe_runmake all utils
-}
-
do_stage() {
# Install into the cross dir (this MUST be done first because we
# will install crt1.o in the install_dev stage and gcc needs it)
oe_runmake PREFIX= DEVEL_PREFIX=${UCLIBC_PREFIX}/ \
RUNTIME_PREFIX=${UCLIBC_PREFIX}/ \
- install_dev install_runtime install_utils
+ install_dev install_runtime
+
+ oe_runmake utils
+ oe_runmake PREFIX= DEVEL_PREFIX=${UCLIBC_PREFIX}/ \
+ RUNTIME_PREFIX=${UCLIBC_PREFIX}/ \
+ install_utils
# We don't really need this
rm -f ${UCLIBC_PREFIX}/include/.cvsignore