Skip to content
  • Sergei Trofimovich's avatar
    The patch fixes recognition of 'softfloat' targets as valid: · 690f7ec4
    Sergei Trofimovich authored
    
        ghc $ ./configure --build=armv5tel-softfloat-linux-gnueabi \
                          --host=armv5tel-softfloat-linux-gnueabi \
                          --target=armv5tel-softfloat-linux-gnueabi
        checking for gfind... no
        checking for find... /usr/bin/find
        checking for sort... /usr/bin/sort
        checking for GHC version date... inferred 7.1.20110626
        checking for ghc... /usr/bin/ghc
        checking version of ghc... 7.0.4
        checking build system type... armv5tel-softfloat-linux-gnueabi
        checking host system type... armv5tel-softfloat-linux-gnueabi
        checking target system type... armv5tel-softfloat-linux-gnueabi
        Unknown vendor softfloat
    
    Signed-off-by: default avatarSergei Trofimovich <slyfox@gentoo.org>
    690f7ec4