New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81703


Ignore:
Timestamp:
08/04/11 07:34:42 (4 years ago)
Author:
jmr@…
Message:

arm-aout-binutils: disable -Werror

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/cross/arm-aout-binutils/Portfile

    r72086 r81703  
    3333configure.cmd           ${worksrcpath}/configure 
    3434configure.args          --infodir='${prefix}/share/info' --target=${crossgcc-target} \ 
    35                                         --program-prefix=${crossgcc-target}- --mandir='${prefix}/share/man' 
     35                                        --program-prefix=${crossgcc-target}- --mandir='${prefix}/share/man' \ 
     36                                        --disable-werror 
    3637build.dir               ${workpath}/build 
    3738                                         
Note: See TracChangeset for help on using the changeset viewer.