Ticket #63645: gcc_configure_flags.diff

File gcc_configure_flags.diff, 1.5 KB (added by cooljeanius (Eric Gallager), 2 years ago)

diff between the configure flags I use for GCC and the configure flags that MacPorts uses for it

  • .txt

    old new  
    1 my gcc
     1MacPorts gcc 10
    22--build=x86_64-apple-darwin20
    3 --disable-default-pie
    4 --disable-gcov
    5 --disable-libsanitizer
    6 --disable-maintainer-mode
     3--datarootdir=/opt/local/share/gcc-10
     4--disable-multilib
    75--disable-nls
    8 --disable-objc-gc
    9 --disable-werror
    10 --disable-werror-always
    11 --enable-debug
    12 --enable-frame-pointer
     6--disable-tls
    137--enable-host-shared
    14 --enable-languages=all,ada,c,c++,d,objc,obj-c++,lto
    15 --enable-libada
    16 --enable-libphobos
    17 --enable-libssp
     8--enable-languages=c,c++,objc,obj-c++,lto,fortran,jit
     9--enable-libstdcxx-time
    1810--enable-lto
    19 --enable-stage1-checking=release,rtl
    20 --enable-target-optspace
     11--enable-stage1-checking
     12--includedir=/opt/local/include/gcc10
     13--infodir=/opt/local/share/info
     14--libdir=/opt/local/lib/gcc10
     15--mandir=/opt/local/share/man
     16--prefix=/opt/local
     17--program-suffix=-mp-10
     18--with-ar=/opt/local/bin/ar
     19--with-as=/opt/local/bin/as
     20--with-bugurl=https://trac.macports.org/newticket
    2121--with-build-config=bootstrap-debug
    22 --with-cpu=skylake
    2322--with-gmp=/opt/local
    24 --with-ld64
    25 --with-libiconv-prefix=/opt/local
     23--with-gxx-include-dir=/opt/local/include/gcc10/c++/
     24--with-isl=/opt/local
     25--with-ld=/opt/local/bin/ld
     26--with-local-prefix=/opt/local
    2627--with-mpc=/opt/local
    2728--with-mpfr=/opt/local
     29--with-pkgversion='MacPorts gcc10 10.3.0_0'
    2830--with-sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
    2931--with-system-zlib
    30 --without-isl
    31 -C