X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=upstream%2Fpatches%2Fgcc-fixes.patch;h=d38e2410533e1f40be2876e2ee0ae1fc11d92f73;hp=ab6a652aec01edcb7b7838d8b80e7d6f6643fb29;hb=6ca8e846620f8c46811c8417b6f9b7f05d79a706;hpb=efc2be846f690aee919c3172737faca7e26950a5 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