summaryrefslogtreecommitdiff
path: root/create.sh
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-03-26 06:47:05 +0200
committerAndreas Grapentin <andreas@grapentin.org>2018-03-26 06:47:05 +0200
commitaa231bc9b0b37c1d78a62dacf1f72432bae574b4 (patch)
treebecab400068e223f29c0bbcbb7450a9ee23e5fd1 /create.sh
parenta8ccba00aa8148975503b560bf249d48ac27783b (diff)
made stage4 more robust
Diffstat (limited to 'create.sh')
-rwxr-xr-xcreate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/create.sh b/create.sh
index 7e575d8..042031f 100755
--- a/create.sh
+++ b/create.sh
@@ -26,12 +26,12 @@ export CHOST=riscv64-unknown-linux-gnu
export LINUX_ARCH=riscv
export GCC_MARCH=rv64gc
export GCC_MABI=lp64d
-export REGEN_CONFIG_FRAGMENTS=yes
#export MULTILIB=enable
#export GCC32_MARCH=rv32gc
#export GCC32_MABI=ilp32d
#export CARCH32=riscv32
#export CHOST32=riscv32-linux-gnu
+export REGEN_CONFIG_FRAGMENTS=yes
# common directories
export startdir="$(pwd)"