From f8414ac2b5ef5120417d6f3f945f7059cdddabeb Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 10 Feb 2020 10:17:39 +0300 Subject: gcc: https://github.com/kisslinux/repo#96ad6fb --- core/gcc/build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'core/gcc/build') diff --git a/core/gcc/build b/core/gcc/build index ef0e87db..29c1226c 100755 --- a/core/gcc/build +++ b/core/gcc/build @@ -1,5 +1,8 @@ #!/bin/sh -e +patch -p1 < invalid_tls_model.patch +patch -p1 < static-pie.patch + # Make sure gmp is built with generic options. cp -v gcc/gmp/configfsf.guess gcc/gmp/config.guess cp -v gcc/gmp/configfsf.sub gcc/gmp/config.sub @@ -35,7 +38,8 @@ export libat_cv_have_ifunc=no --enable-threads \ --enable-tls \ --enable-languages=c,c++ \ - --build=x86_64-pc-linux-musl + --build=x86_64-pc-linux-musl \ + --disable-bootstrap make make DESTDIR="$1" install -- cgit v1.2.3