parent
82bd31d7d6
commit
29bac5ab7b
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'avr-gcc'
|
# Template build file for 'avr-gcc'
|
||||||
pkgname=avr-gcc
|
pkgname=avr-gcc
|
||||||
version=7.2.0
|
version=7.2.0
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="The GNU C Compiler for AVR"
|
short_desc="The GNU C Compiler for AVR"
|
||||||
maintainer="allan <mail@may.mooo.com>"
|
maintainer="allan <mail@may.mooo.com>"
|
||||||
homepage="http://gcc.gnu.org"
|
homepage="http://gcc.gnu.org"
|
||||||
|
@ -37,7 +37,6 @@ do_configure() {
|
||||||
--disable-linker-build-id \
|
--disable-linker-build-id \
|
||||||
--disable-nls \
|
--disable-nls \
|
||||||
--disable-werror \
|
--disable-werror \
|
||||||
--enable-__cxa_atexit \
|
|
||||||
--enable-checking=release \
|
--enable-checking=release \
|
||||||
--enable-clocale=gnu \
|
--enable-clocale=gnu \
|
||||||
--enable-gnu-indirect-function \
|
--enable-gnu-indirect-function \
|
||||||
|
|
Loading…
Reference in New Issue