diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-19 09:46:35 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-19 09:46:35 -0300 |
commit | 435a5936c6abedbd2ed102d22fccb4117b0ef3d1 (patch) | |
tree | 531bb3ca6d5645000405c5cbcbeba2cb041b83f6 | |
parent | 27a90a9d957b56dac972c9df0febb6262fb90dce (diff) |
how to build the toolchain with dagpkg
-rw-r--r-- | core/gcc/PKGBUILD | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/gcc/PKGBUILD b/core/gcc/PKGBUILD index 5b576678b..d4909f66d 100644 --- a/core/gcc/PKGBUILD +++ b/core/gcc/PKGBUILD @@ -4,6 +4,12 @@ # toolchain build order: linux-api-headers->glibc->binutils->gcc->binutils->glibc # NOTE: libtool requires rebuilt with each new gcc version +# with libretools/dagpkg you can do +# export I=gcc +# run dagpkg over binutils +# unset I +# run dagpkg over gcc + if [ "${CARCH}" != "mips64el" ]; then pkgname=('gcc' 'gcc-libs' 'gcc-fortran' 'gcc-objc' 'gcc-ada' 'gcc-go') else |