Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Ticket #4926: portfile.patch

File portfile.patch, 354 bytes (added by b.riefenstahl@…, 3 years ago)

Add --enable-sjlj-exceptions to configure options.

  • Portfile

     
    5050configure.args  --infodir='${prefix}/share/info' \ 
    5151                --mandir='${prefix}/share/man' \ 
    5252                --target=${crossgcc-target} \ 
     53                --enable-sjlj-exceptions \ 
    5354                --without-newlib \ 
    5455                --disable-nls \ 
    5556                --with-gnu-as \