This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] allow darwin as cross compile host


BTW, digging around I found:

case "${host}" in

*-*-nextstep*)          gdb_host=nextstep ;;
*-apple-rhapsody*)      gdb_host=rhapsody ;;
*-apple-macos10*)       gdb_host=macosx ;;
*-apple-darwin*)        gdb_host=macosx ;;

Andrew


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]