]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/genconfig.c
always define HAVE_cc0
[thirdparty/gcc.git] / gcc / genconfig.c
index da3922d835a11bcf16a9cc3ce706df6a716d7b33..2247eef13c71b3130cf6697d0d80110cf40fb78b 100644 (file)
@@ -346,6 +346,7 @@ main (int argc, char **argv)
     {
       /* We output CC0_P this way to make sure that X is declared
         somewhere.  */
+      printf ("#define HAVE_cc0 0\n");
       printf ("#define CC0_P(X) ((X) ? 0 : 0)\n");
     }