diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2004-01-17 01:55:52 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2004-01-17 01:55:52 +0000 |
commit | d9dc2a87f34b50fa682595ebe163af1ce5e03425 (patch) | |
tree | 44904045dc6c2be8fdc5887aa3c1b94b1b0ab412 | |
parent | 93e576b799bacbe419b1c442d116b41734f8d03b (diff) | |
download | buildroot-novena-d9dc2a87f34b50fa682595ebe163af1ce5e03425.tar.gz buildroot-novena-d9dc2a87f34b50fa682595ebe163af1ce5e03425.zip |
Change to work with the i386-linux-uclibc toolchain instead.
-rw-r--r-- | sources/i386-gcc-soft-float.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sources/i386-gcc-soft-float.patch b/sources/i386-gcc-soft-float.patch index 805d9bf3e..97501087e 100644 --- a/sources/i386-gcc-soft-float.patch +++ b/sources/i386-gcc-soft-float.patch @@ -28,12 +28,12 @@ diff -urN gcc-3.3.2-orig/gcc/config/i386/i386.h gcc-3.3.2/gcc/config/i386/i386.h /* Set the value of FLT_EVAL_METHOD in float.h. When using only the FPU, assume that the fpcw is set to extended precision; when using diff -urN gcc-3.3.2-orig/gcc/config/t-linux gcc-3.3.2/gcc/config/t-linux ---- gcc-3.3.2-orig/gcc/config/t-linux 2003-06-04 11:56:11.000000000 -0500 -+++ gcc-3.3.2/gcc/config/t-linux 2003-10-22 01:46:39.000000000 -0500 -@@ -14,3 +14,28 @@ - LIB2ADDEH = $(srcdir)/unwind-dw2.c $(srcdir)/unwind-dw2-fde-glibc.c \ +--- gcc-3.3.2-orig/gcc/config/t-linux-uclibc 2003-06-04 11:56:11.000000000 -0500 ++++ gcc-3.3.2/gcc/config/t-linux-uclibc 2003-10-22 01:46:39.000000000 -0500 +@@ -21,3 +21,28 @@ + LIB2ADDEH = $(srcdir)/unwind-dw2.c $(srcdir)/unwind-dw2-fde.c \ $(srcdir)/unwind-sjlj.c $(srcdir)/unwind-c.c - LIB2ADDEHDEP = unwind.inc unwind-dw2-fde.h unwind-dw2-fde.c + LIB2ADDEHDEP = unwind.inc unwind-dw2-fde.h + +############################################## +# We want fine grained libraries, so use the new code to build the |