From 9aaeb4623d3ff5746e665bc17914eefd292b7dcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20K=C3=BChling?= Date: Sun, 2 Jan 2011 15:19:00 +0100 Subject: New OpenWrt package for GNU Octave. Experimental/probably still broken. Work in progress. Committing it as compilation seems to take forever. Not sure whether I can finish this within a few days. --- gcc-mips/patches/001-cache-amnesia.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 gcc-mips/patches/001-cache-amnesia.patch (limited to 'gcc-mips/patches/001-cache-amnesia.patch') diff --git a/gcc-mips/patches/001-cache-amnesia.patch b/gcc-mips/patches/001-cache-amnesia.patch new file mode 100644 index 0000000..6dab5df --- /dev/null +++ b/gcc-mips/patches/001-cache-amnesia.patch @@ -0,0 +1,13 @@ +diff --git a/gcc/configure b/gcc/configure +index f7d4161..7f11021 100755 +--- a/gcc/configure ++++ b/gcc/configure +@@ -12972,7 +12972,7 @@ else + esac + saved_CFLAGS="${CFLAGS}" + CC="${CC_FOR_BUILD}" CFLAGS="${CFLAGS_FOR_BUILD}" \ +- ${realsrcdir}/configure \ ++ CONFIG_SITE= ${realsrcdir}/configure --cache-file=./other.cache \ + --enable-languages=${enable_languages-all} \ + --target=$target_alias --host=$build_alias --build=$build_alias + CFLAGS="${saved_CFLAGS}" -- cgit v1.2.3