build: configure: Change some variable names to be more friendly

This commit is contained in:
mintsuki
2023-03-16 02:28:50 +01:00
parent 08647f7d5c
commit f71f506b0a
8 changed files with 148 additions and 123 deletions

View File

@@ -36,7 +36,7 @@ jobs:
run: mkdir -p build
- name: Configure
run: cd build && ../configure --enable-all FREESTANDING_TOOLCHAIN=llvm
run: cd build && ../configure --enable-all TOOLCHAIN_FOR_TARGET=llvm
- name: Build the bootloader
run: make -C build