Ticket #4926: portfile.patch
File portfile.patch, 354 bytes (added by b.riefenstahl@…, 19 years ago) |
---|
-
Portfile
configure.cmd ${workpath}/gcc-${version} 50 50 configure.args --infodir='${prefix}/share/info' \ 51 51 --mandir='${prefix}/share/man' \ 52 52 --target=${crossgcc-target} \ 53 --enable-sjlj-exceptions \ 53 54 --without-newlib \ 54 55 --disable-nls \ 55 56 --with-gnu-as \