summaryrefslogtreecommitdiff
path: root/create.sh
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-03-02 10:18:13 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-03-02 10:20:27 +0100
commitc9805714753fb67b1d76422b19d88fb5fee8105a (patch)
tree7d9b6f330a7e11971561a9f41d98cfc80fd766ff /create.sh
parent5577b3ef45ca721f18e8b56fe2cc7be671b04630 (diff)
bootstrapping ada, and pausing multilib builds
Diffstat (limited to 'create.sh')
-rwxr-xr-xcreate.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/create.sh b/create.sh
index ea9a22e..105afb1 100755
--- a/create.sh
+++ b/create.sh
@@ -26,6 +26,12 @@ export CHOST=riscv64-linux-gnu
export LINUX_ARCH=riscv
export GCC_MARCH=rv64gc
export GCC_MABI=lp64d
+# no riscv32 support as of glibc-2.27
+#export MULTILIB=enable
+#export GCC_32_MARCH=rv32gc
+#export GCC_32_MABI=ilp32d
+#export CARCH32=riscv32
+#export CHOST32=riscv32-linux-gnu
# common directories
export startdir="$(pwd)"