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
disable debug
[AROS.git]
/
scripts
/
nightly
/
pkg
/
hosted-darwin-x86_64
blob
f2e8927d003e927f283bf819aceff3040d9d7246
1
#!/bin/zsh
2
# Creates darwin-x86-64 "hosted" binary packages.
3
4
BUILDCPU
=
x86_64
5
BUILDTARGET
=
darwin-
$BUILDCPU
6
BUILDEXTRAOPTS
=(
--with-kernel-gcc-version
=
4.2.1
)
7
8
source
$SP
/
pkg
/
hosted