diff options
| -rw-r--r-- | meta/packages/glibc/glibc-initial.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/glibc/glibc-initial.inc b/meta/packages/glibc/glibc-initial.inc index 288cb082a5..e30e86b5e8 100644 --- a/meta/packages/glibc/glibc-initial.inc +++ b/meta/packages/glibc/glibc-initial.inc | |||
| @@ -11,7 +11,7 @@ do_configure () { | |||
| 11 | chmod +x ${S}/configure | 11 | chmod +x ${S}/configure |
| 12 | CC="${BUILD_CC}" CPP="${BUILD_CPP}" LD="${BUILD_LD}" ${S}/configure --host=${TARGET_SYS} --build=${BUILD_SYS} \ | 12 | CC="${BUILD_CC}" CPP="${BUILD_CPP}" LD="${BUILD_LD}" ${S}/configure --host=${TARGET_SYS} --build=${BUILD_SYS} \ |
| 13 | --without-cvs --disable-sanity-checks \ | 13 | --without-cvs --disable-sanity-checks \ |
| 14 | --with-headers=${CROSS_DIR}/${TARGET_SYS}/include \ | 14 | --with-headers=${STAGING_DIR_TARGET}${layout_includedir} \ |
| 15 | --enable-hacker-mode | 15 | --enable-hacker-mode |
| 16 | if grep -q GLIBC_2.3 ${S}/ChangeLog; then | 16 | if grep -q GLIBC_2.3 ${S}/ChangeLog; then |
| 17 | # glibc-2.3.x passes cross options to $(CC) when generating errlist-compat.c, which fails without a real cross-compiler. | 17 | # glibc-2.3.x passes cross options to $(CC) when generating errlist-compat.c, which fails without a real cross-compiler. |
