diff options
-rw-r--r-- | uclibc-snapshot/uclibc-snapshot_cvs.oe | 4 | ||||
-rw-r--r-- | uclibc/uclibc_0.9.26.oe | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/uclibc-snapshot/uclibc-snapshot_cvs.oe b/uclibc-snapshot/uclibc-snapshot_cvs.oe index e87b0a55d9..f7246d4ffa 100644 --- a/uclibc-snapshot/uclibc-snapshot_cvs.oe +++ b/uclibc-snapshot/uclibc-snapshot_cvs.oe @@ -81,6 +81,10 @@ 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) diff --git a/uclibc/uclibc_0.9.26.oe b/uclibc/uclibc_0.9.26.oe index e052dcdbc9..1de577e8ec 100644 --- a/uclibc/uclibc_0.9.26.oe +++ b/uclibc/uclibc_0.9.26.oe @@ -81,6 +81,10 @@ 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) |