aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
diff options
context:
space:
mode:
authorGerald Britton <gbritton@doomcom.org>2004-04-27 02:53:54 +0000
committerGerald Britton <gbritton@doomcom.org>2004-04-27 02:53:54 +0000
commit5c76c320af6f82794823215c081469d3de8e64e4 (patch)
tree324384db2b3a349459fb4fa28fc910448ec52ae7 /autoconf
parentf63c99c34855fff1cbb932457b08bdd29b3777ff (diff)
downloadopenembedded-5c76c320af6f82794823215c081469d3de8e64e4.tar.gz
- binutils 2.15.90.0.3 / gcc 3.4.0 toolchain
- support in glibc and uclibc for gcc 3.4.0 - new target setup for uclibc, TARGET_OS=linux-uclibc to match the uclibc project's setup and modern config.sub already has support for it. BKrev: 408dcb42JOaGKxGg3PSn6IwU4Kimfw
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/autoconf-2.59/autoconf259-update-configscripts.patch0
-rw-r--r--autoconf/autoconf_2.59.oe3
2 files changed, 2 insertions, 1 deletions
diff --git a/autoconf/autoconf-2.59/autoconf259-update-configscripts.patch b/autoconf/autoconf-2.59/autoconf259-update-configscripts.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/autoconf/autoconf-2.59/autoconf259-update-configscripts.patch
diff --git a/autoconf/autoconf_2.59.oe b/autoconf/autoconf_2.59.oe
index b80fe700bf..0c2ced0034 100644
--- a/autoconf/autoconf_2.59.oe
+++ b/autoconf/autoconf_2.59.oe
@@ -1,6 +1,7 @@
SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \
file://${FILESDIR}/program_prefix.patch;patch=1 \
- file://${FILESDIR}/autoreconf-include.patch;patch=1"
+ file://${FILESDIR}/autoreconf-include.patch;patch=1 \
+ file://${FILESDIR}/autoconf259-update-configscripts.patch;patch=1"
DESCRIPTION = "A package of M4 macros to produce scripts to \
automatically configure sourcecode."