Browse Source

gcc: use own zlib, let libiberty be default

tc-work-wip
Nagy Károly Gábriel 9 years ago
committed by Alejandro Mery
parent
commit
7cb33afb86
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      base/gcc/gcc.conf

+ 0
- 2
base/gcc/gcc.conf

@ -206,13 +206,11 @@ else
var_append confopt " " "--with-gnu-ld"
var_append confopt " " "--enable-threads=posix"
var_append confopt " " "--enable-libmpx"
var_append confopt " " "--with-system-zlib"
var_append confopt " " "--with-isl"
var_append confopt " " "--disable-libunwind-exceptions"
var_append confopt " " "--enable-clocale=gnu"
var_append confopt " " "--disable-libstdcxx-pch"
var_append confopt " " "--disable-libssp"
var_append confopt " " "--enable-install-libiberty"
var_append confopt " " "--with-linker-hash-style=gnu"
var_append confopt " " "--enable-gnu-indirect-function"
var_append confopt " " "--disable-werror"

Loading…
Cancel
Save