Ticket #32696: Portfile-apple_llvm.diff

File Portfile-apple_llvm.diff, 418 bytes (added by slarew@…, 12 years ago)

Use llvm-gcc-4.2 instead of clang to get arm-none-eabi-gdb to build on Lion

  • (a) Portfile vs. (b) Portfile2

    a b  
    2525
    2626set crossgdb-target     arm-none-eabi
    2727
     28if {${configure.compiler} == "clang"} {
     29    configure.compiler llvm-gcc-4.2
     30}
     31
    2832if {${configure.build_arch} == "ppc" || ${configure.build_arch} == "ppc64"} {
    2933    notes "${name} does not support building on ${configure.build_arch}."
    3034    pre-fetch {