wok-next rev 20352

etherboot: use gcc49
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 19 13:55:44 2017 +0100 (2017-11-19)
parents 916893483866
children a9800ada65e2
files etherboot/receipt
line diff
     1.1 --- a/etherboot/receipt	Sat Nov 18 22:23:47 2017 +0100
     1.2 +++ b/etherboot/receipt	Sun Nov 19 13:55:44 2017 +0100
     1.3 @@ -10,7 +10,7 @@
     1.4  WEB_SITE="http://www.etherboot.org/"
     1.5  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.6  
     1.7 -BUILD_DEPENDS="perl"
     1.8 +BUILD_DEPENDS="perl gcc49"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -24,7 +24,7 @@
    1.13  etherboot-net.u
    1.14  etherboot-prefix.u
    1.15  EOT
    1.16 -	make bin/etherboot-net.bzImage
    1.17 +	make CC=gcc-49 bin/etherboot-net.bzImage
    1.18  }
    1.19  
    1.20