diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-07-18 23:34:20 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-07-18 23:34:20 +0000 |
commit | bd7ed099dc120ca602006eb18705f7caa394e36d (patch) | |
tree | 3e238c643164e845a78a62f76b9c43f366f399a5 /toolchain/gcc/3.3.3/810-arm-bigendian-uclibc.patch | |
parent | 58f2a53ffbe96f976dc431407db687aa7e38842a (diff) |
Apply the fix for gcc bug #22167
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22167
remove gcc 3.3.3, change config for sjlj exception handling a bit.
Diffstat (limited to 'toolchain/gcc/3.3.3/810-arm-bigendian-uclibc.patch')
-rw-r--r-- | toolchain/gcc/3.3.3/810-arm-bigendian-uclibc.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/toolchain/gcc/3.3.3/810-arm-bigendian-uclibc.patch b/toolchain/gcc/3.3.3/810-arm-bigendian-uclibc.patch deleted file mode 100644 index 7e14f341f..000000000 --- a/toolchain/gcc/3.3.3/810-arm-bigendian-uclibc.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- gcc-3.3.5-dist/gcc/config/arm/linux-elf.h -+++ gcc-3.3.5/gcc/config/arm/linux-elf.h -@@ -106,7 +106,7 @@ - %{rdynamic:-export-dynamic} \ - %{!dynamic-linker:-dynamic-linker /lib/ld-uClibc.so.0} \ - -X \ -- %{mbig-endian:-EB}" \ -+ %{mbig-endian:-EB} %{mlittle-endian:-EL}" \ - SUBTARGET_EXTRA_LINK_SPEC - #else - #define LINK_SPEC "%{h*} %{version:-v} \ ---- gcc-3.3.5-dist/gcc/config.gcc -+++ gcc-3.3.5/gcc/config.gcc -@@ -699,6 +699,11 @@ - ;; - arm*-*-linux-uclibc*) # ARM GNU/Linux with ELF - uClibc - tm_file="dbxelf.h elfos.h arm/unknown-elf.h arm/elf.h arm/aout.h arm/arm.h arm/linux-gas.h arm/linux-elf.h" -+ case $target in -+ arm*b-*) -+ tm_defines="TARGET_BIG_ENDIAN_DEFAULT=1 $tm_defines" -+ ;; -+ esac - tmake_file="t-slibgcc-elf-ver t-linux-uclibc arm/t-linux" - extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" - gnu_ld=yes |