Ticket #51245: gcc6.diff
File gcc6.diff, 718 bytes (added by ryandesign (Ryan Carsten Schmidt), 9 years ago) |
---|
-
Portfile
71 71 --disable-multilib \ 72 72 --enable-lto \ 73 73 --enable-libstdcxx-time \ 74 --with-build-config=bootstrap-debug \ 74 75 --with-as=${prefix}/bin/as \ 75 76 --with-ld=${prefix}/bin/ld \ 76 77 --with-ar=${prefix}/bin/ar \ … … 107 108 configure.cxx_stdlib 108 109 109 110 build.dir ${configure.dir} 110 build.target bootstrap 111 build.target bootstrap-lean 111 112 use_parallel_build yes 112 113 113 114 destroot.target install install-info-host