Skip to content
  • Sergei Trofimovich's avatar
    configure.ac: fix NCG support in --target= · cb18447c
    Sergei Trofimovich authored
    
    
    Before this change attempt to build a crosscompiler
    on registerised platform (--host=x86_64-pc-linux-gnu)
    targeting UNREG platform failed:
        $ ./configure --target=ia64-unknown-linux-gnu
    
      utils/genapply/../../includes/stg/MachRegs.h:608:2: error:
         #error Cannot find platform to give register info for
    
    The change is to check --target= for NCG availability,
    not --host=.
    
    Signed-off-by: default avatarSergei Trofimovich <slyfox@gentoo.org>
    cb18447c