repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert between 56095 -> 55830 in arch
[AROS.git]
/
scripts
/
nightly
/
pkg
/
bootiso-grub2-pc-x86_64-smp
blob
f2c44cedb7a27f6ae8d47b421d61cf9c3bd21756
1
#!/bin/zsh
2
# Creates AROS/pc-x86_64-smp grub2 bootiso binary packages.
3
4
CONFIGUREEXTRA
=
"--with-binutils-version=2.32 --with-gcc-version=8.3.0"
5
6
BUILDCPU
=
x86_64
7
BUILDTARGET
=
pc-
$BUILDCPU
8
VARIANT
=
smp
9
BOOTLOADER
=
grub2
10
11
source
$SP
/
pkg
/
bootiso
$BOOTLOADER
no