diff options
author | David P <megver83@parabola.nu> | 2018-05-05 18:11:40 -0300 |
---|---|---|
committer | David P <megver83@parabola.nu> | 2018-05-05 18:11:40 -0300 |
commit | af561530a7f2d0264f4a1dc3960c0f819ce2f98d (patch) | |
tree | afe1a507b7d321d7605ef5e42b27c560862485da /cross/cross-binutils | |
parent | ea1f2d25bfb09eb46ec0fe75b50c5a67c2eab150 (diff) | |
download | abslibre-af561530a7f2d0264f4a1dc3960c0f819ce2f98d.tar.gz abslibre-af561530a7f2d0264f4a1dc3960c0f819ce2f98d.tar.bz2 abslibre-af561530a7f2d0264f4a1dc3960c0f819ce2f98d.zip |
update [cross] PKGBUILDs
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'cross/cross-binutils')
-rw-r--r-- | cross/cross-binutils/PKGBUILD | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cross/cross-binutils/PKGBUILD b/cross/cross-binutils/PKGBUILD index d01e8e9fc..985b944fc 100644 --- a/cross/cross-binutils/PKGBUILD +++ b/cross/cross-binutils/PKGBUILD @@ -67,15 +67,6 @@ # @ : bin/sys (Only sh4 and sh4l support) # < : experimental support. (future) -#-------------------------------------------------------------------------------- -# Tips for build(): -#-------------------------------------------------------------------------------- -# * If builing without "--disable-multilib" make sure to have "--with-python-dir=share/gcc-$_target" - -# * When building using `make' instead of `make all-gcc' append "--with-sysroot=/usr/$_target" and -# "--with-native-system-header-dir=/include". You'll also have to build and add a libc implementation -# in makedepends as $_target-<libc> (e.g. $_target-newlib or $_target-glibc) - # Toolchain triplet: <_arch>-<machine>-<_os_target> # <machine> is generally optional and uneeded _target=x86_64-pc-linux-gnu |