diff options
author | John Crispin <blogic@openwrt.org> | 2007-06-12 18:06:13 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2007-06-12 18:06:13 +0000 |
commit | 5e3d2092abdf30d59621637288591ba1b6643443 (patch) | |
tree | a323f670bc63d8e71fd178c6a039a6cc70e430cc | |
parent | 970b97a1e8f367d56b27110b3f6ac6c785dc3057 (diff) | |
download | upstream-5e3d2092abdf30d59621637288591ba1b6643443.tar.gz upstream-5e3d2092abdf30d59621637288591ba1b6643443.tar.bz2 upstream-5e3d2092abdf30d59621637288591ba1b6643443.zip |
Fixes compile bug for uclibc-cris
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7596 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | toolchain/uClibc/patches/250-cris-errno.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/toolchain/uClibc/patches/250-cris-errno.patch b/toolchain/uClibc/patches/250-cris-errno.patch new file mode 100644 index 0000000000..47fc7f410c --- /dev/null +++ b/toolchain/uClibc/patches/250-cris-errno.patch @@ -0,0 +1,11 @@ +--- uClibc-0.9.28.2.orig/libc/sysdeps/linux/cris/sysdep.S 2007-06-10 23:00:19.000000000 +0200 ++++ uClibc-0.9.28.2/libc/sysdeps/linux/cris/sysdep.S 2007-06-10 23:01:23.000000000 +0200 +@@ -25,7 +25,7 @@ + .type C_SYMBOL_NAME(errno),@object + .lcomm C_SYMBOL_NAME(errno),4 + +- errno = _errno ++ //errno = _errno + + /* weak_alias (errno, _errno) */ + |