X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=upstream%2Fpatches%2Fgcc-fixes.patch;h=d38e2410533e1f40be2876e2ee0ae1fc11d92f73;hb=1e8bbc0228b05f14e07752cab60a274a11a22431;hp=ab6a652aec01edcb7b7838d8b80e7d6f6643fb29;hpb=3eb15f58ca0911489d7d9bdc0ac2c575d27a68d8;p=nestedvm.git diff --git a/upstream/patches/gcc-fixes.patch b/upstream/patches/gcc-fixes.patch index ab6a652..d38e241 100644 --- a/upstream/patches/gcc-fixes.patch +++ b/upstream/patches/gcc-fixes.patch @@ -46,8 +46,8 @@ diff -urN ../gcc-3.3.1/gcc/config/mips/t-unknown ./gcc/config/mips/t-unknown --- ../gcc-3.3.1/gcc/config/mips/t-unknown Wed Dec 31 19:00:00 1969 +++ ./gcc/config/mips/t-unknown Mon Sep 1 01:19:35 2003 @@ -0,0 +1,3 @@ -+MULTILIB_OPTIONS= -+MULTILIB_DIRNAMES = ++MULTILIB_OPTIONS= msingle-float ++MULTILIB_DIRNAMES = single-float +MULTILIB_MATCHES = diff -urN ../gcc-3.3.1/gcc/config.gcc ./gcc/config.gcc --- ../gcc-3.3.1/gcc/config.gcc Fri Jun 27 07:44:22 2003