aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/eglibc/eglibc-initial.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-09-25 16:01:33 -0700
committerKhem Raj <raj.khem@gmail.com>2010-09-27 15:05:27 -0700
commite84556845a34f8925f079a667f4f9dd101a5379f (patch)
tree2f7330a0b20b48ae62188fd59e612226a6195e54 /recipes/eglibc/eglibc-initial.inc
parente33feda488545dbec4a71c590fee8f6f3c2a7a0d (diff)
downloadopenembedded-e84556845a34f8925f079a667f4f9dd101a5379f.tar.gz
eglibc-2.12: Configure for 64-bit mips
* Make it to install into /lib and /usr/lib instead of /lib64 and /usr/lib64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/eglibc/eglibc-initial.inc')
-rw-r--r--recipes/eglibc/eglibc-initial.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/eglibc/eglibc-initial.inc b/recipes/eglibc/eglibc-initial.inc
index eb765df178..2a68fd66da 100644
--- a/recipes/eglibc/eglibc-initial.inc
+++ b/recipes/eglibc/eglibc-initial.inc
@@ -24,9 +24,14 @@ do_compile () {
do_install () {
oe_runmake cross-compiling=yes install_root=${D} \
includedir='${includedir}' prefix='${prefix}' \
+ libdir='${libdir}' slibdir='${base_libdir}' \
+ localedir='${libdir}/locale' \
install-bootstrap-headers=yes install-headers
- oe_runmake csu/subdir_lib
+ oe_runmake includedir='${includedir}' prefix='${prefix}' \
+ libdir='${libdir}' slibdir='${base_libdir}' \
+ localedir='${libdir}/locale' \
+ csu/subdir_lib
# Two headers -- stubs.h and features.h -- aren't installed by install-headers,
# so do them by hand. We can tolerate an empty stubs.h for the moment.
# See e.g. http://gcc.gnu.org/ml/gcc/2002-01/msg00900.html