<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-text-flowed" style="font-family: -moz-fixed;
      font-size: 12px;" lang="x-western">Up until recently, compiling
      coreboot with the options
      <br>
      <br>
      CONFIG_COMPILER_GCC=y
      <br>
      CONFIG_ANY_TOOLCHAIN=y
      <br>
      <br>
      on a 64-bit linux system worked just fine. Over the last few days
      I now get the errors:
      <br>
      <br>
      make
      <br>
      Warning: no suitable GCC for armv7.
      <br>
      Warning: no suitable GCC for aarch64.
      <br>
      /bin/sh: -print-libgcc-file-name: command not found
      <br>
      /bin/sh: -print-libgcc-file-name: command not found
      <br>
      /bin/sh: -print-libgcc-file-name: command not found
      <br>
      /bin/sh: -print-libgcc-file-name: command not found
      <br>
      /bin/sh: -print-libgcc-file-name: command not found
      <br>
      /bin/sh: -print-libgcc-file-name: command not found
      <br>
      #
      <br>
      # configuration written to .config
      <br>
      #
      <br>
      make: *** No rule to make target
      `build/cbfs/fallback/bootblock.bin', needed by
      `build/coreboot.pre1'.  Stop.
      <br>
      <br>
    </div>
  </body>
</html>