avr_gcc: fix secondary arch support.

Put the compiler in the main architecture dir, that's simpler (no need
to setarch to use it). And avr_libc would not handle it otherwise,
anyways.
This commit is contained in:
Adrien Destugues
2019-09-01 21:35:15 +02:00
parent 657882a2b9
commit 53bb7b63e0
3 changed files with 37 additions and 36 deletions

View File

@@ -16,7 +16,7 @@ COPYRIGHT="1999-2016 Keith Gudger, Bjoern Haase, Steinar Haugen, Peter Jansen,
Joerg Wunsch, Dmitry Xmelkov, The Regents of the University of California."
SOURCE_URI="http://download.savannah.gnu.org/releases/avr-libc/avr-libc-$portVersion.tar.bz2"
CHECKSUM_SHA256="b2dd7fd2eefd8d8646ef6a325f6f0665537e2f604ed02828ced748d49dc85b97"
REVISION="2"
REVISION="3"
ARCHITECTURES="any"
SECONDARY_ARCHITECTURES="x86"