summaryrefslogtreecommitdiff
path: root/create.sh
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-22 10:38:14 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-22 10:38:14 +0100
commite5c45a1eb29278793cbcfb56fa1e5a335f39f719 (patch)
tree6df57af71fecaa3b826a7f0b16360aaad4c88b3d /create.sh
parent3564366f5f5b48573b5861a56ff32cf18b5e3dcf (diff)
almost there - 16pkges to go
Diffstat (limited to 'create.sh')
-rwxr-xr-xcreate.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/create.sh b/create.sh
index 555e8c7..9c1da51 100755
--- a/create.sh
+++ b/create.sh
@@ -31,8 +31,9 @@ export _srcdir="$_startdir"/src
export _target=riscv64-linux-gnu
export _arch=${_target%%-*}
export _linux_arch=riscv
-export _groups="base base-devel"
-#export _groups="base"
+export _archflags="-march=rv64gc -mabi=lp64d"
+# to begin stage1, we only need to bootstrap base-devel
+export _groups="base-devel"
msg "preparing builddir"
mkdir -vp "$_builddir"