Ticket #62719: patch-build-m1-fix.diff

File patch-build-m1-fix.diff, 396 bytes (added by irdc, 2 years ago)

Fix for build on M1

  • gcc/config.host

    old new  
    9393case ${host} in
    9494  *-darwin*)
    9595    # Generic darwin host support.
    96     out_host_hook_obj=host-darwin.o
    97     host_xmake_file="${host_xmake_file} x-darwin"
     96    #out_host_hook_obj=host-darwin.o
     97    #host_xmake_file="${host_xmake_file} x-darwin"
    9898    ;;
    9999esac
    100100