tools: Remove some uses of ARCH
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
parent
c6404520ed
commit
c157adaf1b
5 changed files with 10 additions and 13 deletions
|
@ -1,12 +1,11 @@
|
|||
# This is the config file for the catalyst-auto script. It should be pretty
|
||||
# self-explanatory.
|
||||
|
||||
ARCH="riscv"
|
||||
host=$(hostname)
|
||||
|
||||
SPECS_DIR=${REPO_DIR}/releases/specs-qemu/${ARCH}
|
||||
SPECS_DIR=${REPO_DIR}/releases/specs-qemu/riscv
|
||||
|
||||
EMAIL_SUBJECT_PREPEND="[${ARCH}-qemu-auto]"
|
||||
EMAIL_SUBJECT_PREPEND="[riscv-qemu-auto]"
|
||||
|
||||
SETS="
|
||||
multilib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue