Ticket #6014: configure.patch

File configure.patch, 908 bytes (added by idefix, 12 years ago)

Patch file needed by checkout_tree_and_configure.sh​.

  • configure

    diff --git a/configure b/configure
    index 9d6ca5a..ae57156 100755
    a b fi  
    505505standard_gcc_settings
    506506
    507507# check whether the Haiku compiler really targets Haiku or BeOS
    508 case "$HAIKU_GCC_MACHINE" in
    509     *-*-haiku)  ;;
    510     *-*-beos)   ;;
    511     *) echo The compiler specified as Haiku target compiler is not a valid \
    512             Haiku cross-compiler. Please see ReadMe.cross-compile. >&2
    513        echo compiler: $HAIKU_CC
    514        echo compiler is configured for target: $HAIKU_GCC_MACHINE
    515        exit 1 ;;
    516 esac
     508#case "$HAIKU_GCC_MACHINE" in
     509#   *-*-haiku)  ;;
     510#   *-*-beos)   ;;
     511#   *) echo The compiler specified as Haiku target compiler is not a valid \
     512#           Haiku cross-compiler. Please see ReadMe.cross-compile. >&2
     513#      echo compiler: $HAIKU_CC
     514#      echo compiler is configured for target: $HAIKU_GCC_MACHINE
     515#      exit 1 ;;
     516#esac
    517517
    518518# Generate BuildConfig
    519519cat << EOF > "$buildConfigFile"