aboutsummaryrefslogtreecommitdiff
path: root/scripts/gcc_build.sh
diff options
context:
space:
mode:
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