From 1ff6e3bd40e3a41760ef25a6a7cfbb3f2dfb0ec4 Mon Sep 17 00:00:00 2001 From: Ishimoto Shinobu <47295761+protonesso@users.noreply.github.com> Date: Wed, 17 Jul 2019 03:35:35 +0900 Subject: [PATCH] just --build=x86_64-pc-linux-musl --- core/gcc/build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/gcc/build b/core/gcc/build index fa8b1bcc..89287175 100755 --- a/core/gcc/build +++ b/core/gcc/build @@ -36,8 +36,7 @@ export libat_cv_have_ifunc=no --enable-threads \ --enable-tls \ --enable-languages=c,c++ \ - --build=x86_64-pc-linux-musl \ - --host=x86_64-pc-linux-musl + --build=x86_64-pc-linux-musl make make DESTDIR="$1" install