From 42738f43d4215a09e1a054a065813c3bb88e22bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Fri, 22 Jul 2016 13:10:40 +0300 Subject: default to host gcc's machine for CBUILD --- abuild.conf | 8 -------- 1 file changed, 8 deletions(-) (limited to 'abuild.conf') diff --git a/abuild.conf b/abuild.conf index 1a3af9f..a0d9f0b 100644 --- a/abuild.conf +++ b/abuild.conf @@ -1,11 +1,3 @@ -CHOST=i486-alpine-linux-musl - -# for x86_64 we want: -# CHOST=x86_64-alpine-linux-musl - -# for powerpc we want: -# CHOST=powerpc-alpine-linux-musl - export CFLAGS="-Os -fomit-frame-pointer" export CXXFLAGS="$CFLAGS" export CPPFLAGS="$CFLAGS" -- cgit v1.2.3