From 0d4b19bdc8ea4e60c1736d1afe92e8ece2757843 Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Wed, 12 Jan 2022 15:58:29 +0100 Subject: Fully working, installs toolchain into $SYSROOT --- scripts/gcc_build.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 scripts/gcc_build.sh (limited to 'scripts/gcc_build.sh') diff --git a/scripts/gcc_build.sh b/scripts/gcc_build.sh deleted file mode 100755 index d70cb0e..0000000 --- a/scripts/gcc_build.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -mkdir build -cd build || exit - -../configure --target=i686-aleksa \ - --prefix=/usr \ - --with-sysroot=/opt/aleksa \ - --disable-nls \ - --disable-plugin \ - --enable-languages=c,c++ - -make -- cgit v1.2.3