diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-09-14 11:38:35 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-09-14 11:38:35 +0000 |
commit | cb7d5b81c95c77ef42cdf6951b8f34ad50c75c04 (patch) | |
tree | 2d749eb3c52ee0eeab03e9d2df2d5a2b944e1d42 /sources/binutils-002-uclibc.patch | |
parent | 5f92f5c9e9333b0b44b65568b5b2b347bee02899 (diff) | |
download | buildroot-novena-cb7d5b81c95c77ef42cdf6951b8f34ad50c75c04.tar.gz buildroot-novena-cb7d5b81c95c77ef42cdf6951b8f34ad50c75c04.zip |
Rework toolchain build to make it much more modular and
remove the redundant redundancy.
Diffstat (limited to 'sources/binutils-002-uclibc.patch')
-rw-r--r-- | sources/binutils-002-uclibc.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sources/binutils-002-uclibc.patch b/sources/binutils-002-uclibc.patch new file mode 100644 index 000000000..636a0ce1f --- /dev/null +++ b/sources/binutils-002-uclibc.patch @@ -0,0 +1,12 @@ +diff -urN binutils-2.13.90.0.14/bfd/configure binutils-2.13.90.0.14.new/bfd/configure +--- binutils-2.13.90.0.14/bfd/configure 2002-11-14 12:37:55.000000000 -0500 ++++ binutils-2.13.90.0.14.new/bfd/configure 2002-11-19 16:15:42.000000000 -0500 +@@ -1208,7 +1208,7 @@ + bfd_version_string="\"${VERSION}\"" + if test x${is_release} = x; then + bfd_version_date=`sed -n -e 's/.*DATE //p' < ${srcdir}/version.h` +- bfd_version_string="\"${VERSION} ${bfd_version_date}\"" ++ bfd_version_string="\"${VERSION} ${bfd_version_date} uClibc\"" + fi + + |