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
update the nightly configuration for x68_64 target to the newest toolchain. (NicJA)
[AROS.git]
/
scripts
/
nightly
/
pkg
/
bootiso-grub2-pc-x86_64
blob
33facf7fcbb7cab9f067e7e611435145a0277158
1
#!/bin/zsh
2
# Creates AROS/pc-x86_64 grub2 bootiso binary packages.
3
4
CONFIGUREEXTRA
=
"--with-binutils-version=2.32 --with-gcc-version=8.2.0"
5
6
BUILDCPU
=
x86_64
7
BUILDTARGET
=
pc-
$BUILDCPU
8
BOOTLOADER
=
grub2
9
10
source
$SP
/
pkg
/
bootiso
$BOOTLOADER
yes