diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-06-21 08:02:11 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-06-21 08:02:11 +0000 |
commit | 4e10e4af1870b6c87793201c0e799b75c85b182d (patch) | |
tree | 00ec361d9a0dbc5036dd88cb706369a815bd77b0 /sources | |
parent | d2c5ead12f7669f748eae6640a99285e153cbcae (diff) | |
download | buildroot-novena-4e10e4af1870b6c87793201c0e799b75c85b182d.tar.gz buildroot-novena-4e10e4af1870b6c87793201c0e799b75c85b182d.zip |
Switch to using gcc 3.3
Diffstat (limited to 'sources')
-rw-r--r-- | sources/gcc-001-disable-mathf.patch | 35 | ||||
-rw-r--r-- | sources/kernel-patches/002-x86_mathemu_gcc-3.3.patch.bz2 | bin | 0 -> 911 bytes |
2 files changed, 5 insertions, 30 deletions
diff --git a/sources/gcc-001-disable-mathf.patch b/sources/gcc-001-disable-mathf.patch index fbb8a840a..477292702 100644 --- a/sources/gcc-001-disable-mathf.patch +++ b/sources/gcc-001-disable-mathf.patch @@ -1,6 +1,6 @@ ---- gcc-3.1/libstdc++-v3/configure Tue May 7 23:27:59 2002 -+++ gcc-3.1-patched/libstdc++-v3/configure Thu Aug 8 11:01:35 2002 -@@ -5034,10 +5034,6 @@ +--- gcc-3.3/libstdc++-v3/configure 2003-05-01 20:37:25.000000000 -0600 ++++ gcc-3.3-patched/libstdc++-v3/configure 2003-06-21 00:22:02.000000000 -0600 +@@ -5163,10 +5163,6 @@ EOF cat >> confdefs.h <<\EOF @@ -11,11 +11,10 @@ #define HAVE_HYPOTF 1 EOF -@@ -7873,128 +7869,6 @@ - cat >> confdefs.h <<\EOF +@@ -10293,103 +10289,6 @@ #define HAVE_MMAP 1 EOF -- + - - cat >> confdefs.h <<\EOF -#define HAVE_ACOSF 1 @@ -62,14 +61,6 @@ -EOF - - cat >> confdefs.h <<\EOF --#define HAVE_FINITE 1 --EOF -- -- cat >> confdefs.h <<\EOF --#define HAVE_FINITEF 1 --EOF -- -- cat >> confdefs.h <<\EOF -#define HAVE_FLOORF 1 -EOF - @@ -82,22 +73,6 @@ -EOF - - cat >> confdefs.h <<\EOF --#define HAVE_ISINF 1 --EOF -- -- cat >> confdefs.h <<\EOF --#define HAVE_ISINFF 1 --EOF -- -- cat >> confdefs.h <<\EOF --#define HAVE_ISNAN 1 --EOF -- -- cat >> confdefs.h <<\EOF --#define HAVE_ISNANF 1 --EOF -- -- cat >> confdefs.h <<\EOF -#define HAVE_LDEXPF 1 -EOF - diff --git a/sources/kernel-patches/002-x86_mathemu_gcc-3.3.patch.bz2 b/sources/kernel-patches/002-x86_mathemu_gcc-3.3.patch.bz2 Binary files differnew file mode 100644 index 000000000..dea9f32fd --- /dev/null +++ b/sources/kernel-patches/002-x86_mathemu_gcc-3.3.patch.bz2 |