changed the -fhonours-copts gcc patch, such that the function needs to be turned...
[openwrt.git] / toolchain / gcc / patches / 3.4.6 / 910-mbsd_multi.patch
index 282ded1..a1887ca 100644 (file)
@@ -67,7 +67,7 @@ Index: gcc-3.4.6/gcc/c-opts.c
 +    char *ev = getenv ("GCC_HONOUR_COPTS");
 +    int evv;
 +    if (ev == NULL)
-+      evv = 0;
++      evv = -1;
 +    else if ((*ev == '0') || (*ev == '\0'))
 +      evv = 0;
 +    else if (*ev == '1')
This page took 0.022985 seconds and 4 git commands to generate.