busybox: fix build try 2
This commit is contained in:
parent
d343ecf55c
commit
f48f0524a3
1 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@ fetch() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
bad --gmake gmake HOSTCC=$CC CC=$CC CFLAGS=-O0 defconfig
|
bad --gmake gmake HOSTCC=cc CC=$CC CFLAGS=-O0 defconfig
|
||||||
bad --gmake gmake HOSTCC=$CC CC=$CC CFLAGS=-O0
|
bad --gmake gmake HOSTCC=cc CC=$CC CFLAGS=-O0
|
||||||
bad --gmake gmake HOSTCC=$CC CC=$CC CFLAGS=-O0 install
|
bad --gmake gmake HOSTCC=cc CC=$CC CFLAGS=-O0 install
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue