diff options
Diffstat (limited to 'cross/cross-newlib/PKGBUILD')
-rw-r--r-- | cross/cross-newlib/PKGBUILD | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/cross/cross-newlib/PKGBUILD b/cross/cross-newlib/PKGBUILD index 4c3372ed8..9fd3818c6 100644 --- a/cross/cross-newlib/PKGBUILD +++ b/cross/cross-newlib/PKGBUILD @@ -66,15 +66,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 |