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, 13 insertions, 0 deletions
diff --git a/scripts/gcc_build.sh b/scripts/gcc_build.sh
new file mode 100755
index 0000000..d70cb0e
--- /dev/null
+++ b/scripts/gcc_build.sh
@@ -0,0 +1,13 @@
+#!/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