diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2004-09-11 13:40:29 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2004-09-11 13:40:29 +0000 |
commit | 693752617dda88a1013000bfc9f917e10cc519d0 (patch) | |
tree | 80d442b5fe515ccebc7a51caca2aebfa34eb6ea3 /sources/gcc/3.4.0/100-uclibc-conf.patch | |
parent | e722c5e1b3e41efed11366bd069e23cd1aa660f6 (diff) | |
download | buildroot-novena-693752617dda88a1013000bfc9f917e10cc519d0.tar.gz buildroot-novena-693752617dda88a1013000bfc9f917e10cc519d0.zip |
Aesthetic change... Current gcc cvs removes the unnecessary dependency ref
to gthr-gnat.c, so remove it and the unnecesary ref to unwind-dw2-fde.c.
Diffstat (limited to 'sources/gcc/3.4.0/100-uclibc-conf.patch')
-rw-r--r-- | sources/gcc/3.4.0/100-uclibc-conf.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/gcc/3.4.0/100-uclibc-conf.patch b/sources/gcc/3.4.0/100-uclibc-conf.patch index b15428a08..83cc9d21e 100644 --- a/sources/gcc/3.4.0/100-uclibc-conf.patch +++ b/sources/gcc/3.4.0/100-uclibc-conf.patch @@ -293,7 +293,7 @@ diff -urN gcc-3.4.0-dist/gcc/config/t-linux-uclibc gcc-3.4.0/gcc/config/t-linux- +# Use unwind-dw2-fde +LIB2ADDEH = $(srcdir)/unwind-dw2.c $(srcdir)/unwind-dw2-fde.c \ + $(srcdir)/unwind-sjlj.c $(srcdir)/gthr-gnat.c $(srcdir)/unwind-c.c -+LIB2ADDEHDEP = unwind.inc unwind-dw2-fde.h unwind-dw2-fde.c gthr-gnat.c ++LIB2ADDEHDEP = unwind.inc unwind-dw2-fde.h diff -urN gcc-3.4.0-dist/gcc/config.gcc gcc-3.4.0/gcc/config.gcc --- gcc-3.4.0-dist/gcc/config.gcc 2004-04-16 21:28:24.000000000 -0500 +++ gcc-3.4.0/gcc/config.gcc 2004-08-12 16:51:15.000000000 -0500 |