New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82652


Ignore:
Timestamp:
08/17/11 09:08:27 (4 years ago)
Author:
jmr@…
Message:

i386-elf-binutils: disable -Werror (#30316)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/cross/i386-elf-binutils/Portfile

    r72086 r82652  
    4343configure.cc            "cc -no-cpp-precomp -I${prefix}/include" 
    4444configure.args          --infodir='${prefix}/share/info' --target=${crossgcc-target} \ 
    45                                         --program-prefix=${crossgcc-target}- --mandir='${prefix}/share/man' 
     45                                        --program-prefix=${crossgcc-target}- --mandir='${prefix}/share/man' \ 
     46                                        --disable-werror 
    4647if {${os.platform} == "darwin" && ($build_arch == "x86_64" || $build_arch == "ppc64")} { 
    4748    configure.args-append --build=${build_arch}-apple-darwin${os.major} 
Note: See TracChangeset for help on using the changeset viewer.