diff options
author | Chris Larson <clarson@kergoth.com> | 2004-02-20 23:35:21 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-02-20 23:35:21 +0000 |
commit | a69d50f45b7fc386147d619e76b6953687f34316 (patch) | |
tree | cbfd5ddb57bb6240a319178fa4c93ddda19b393f /binutils/binutils_2.14.90.0.6.oe | |
parent | 0ae3bf166eed9448145c83643729d13a36d80419 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into direwolf.itg.ti.com:/home/kergoth/coding/projects/user/oe-metadata/packages
2004/02/20 17:34:57-06:00 ti.com!kergoth
Glibc toolchain build updates:
Gcc 3.3.3.
Kernel-headers 2.4.25 instead of 2.4.21.
Install them into include rather than sys-include.
Tweaking some configure options all around based on comments in crosstool.
BKrev: 403699b93isV6v6AhTg1skp2YYom8Q
Diffstat (limited to 'binutils/binutils_2.14.90.0.6.oe')
-rw-r--r-- | binutils/binutils_2.14.90.0.6.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/binutils_2.14.90.0.6.oe b/binutils/binutils_2.14.90.0.6.oe index 94657cbf98..8aa5489d0d 100644 --- a/binutils/binutils_2.14.90.0.6.oe +++ b/binutils/binutils_2.14.90.0.6.oe @@ -46,7 +46,7 @@ SRC_URI := http://ftp.kernel.org/pub/linux/devel/binutils/binutils-${PV}.tar.bz2 S := ${WORKDIR}/binutils-${PV} B := ${S}/build.${HOST_SYS}.${TARGET_SYS} -EXTRA_OECONF = '--disable-nls --program-prefix=${TARGET_PREFIX}' +EXTRA_OECONF = '--with-sysroot=${prefix}' # This is necessary due to a bug in the binutils Makefiles EXTRA_OEMAKE = configure-build-libiberty all |