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
/
crosstools-pc-x86_64
blob
2e66613f45fbe5450f3f0a9cc4fee0b15462db7a
1
#!/bin/zsh
2
# Creates AROS/pc-x86_64 crosstools packages.
3
4
CONFIGUREEXTRA
=
"--with-binutils-version=2.32 --with-gcc-version=8.3.0"
5
6
BUILDTARGET
=
pc-x86_64
7
8
source
$SP
/
pkg
/
crosstools