aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc_build.sh
diff options
context:
space:
mode:
authorAleksa Vučković <aleksav013@gmail.com>2022-01-12 15:58:29 +0100
committerAleksa Vučković <aleksav013@gmail.com>2022-01-12 18:35:41 +0100
commit0d4b19bdc8ea4e60c1736d1afe92e8ece2757843 (patch)
tree388c09707a2830011b755472df44766a6ccdafd3 /scripts/gcc_build.sh
parent9cb37d94c95238deb583620dd1360cc71f5238de (diff)
Fully working, installs toolchain into $SYSROOT
Diffstat (limited to 'scripts/gcc_build.sh')
-rwxr-xr-xscripts/gcc_build.sh13
1 files changed, 0 insertions, 13 deletions
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