Files
Arch-R/packages/sysutils/bash/build
Stephan Raue b6bde882a4 bash:
- enable LTO support, now it works
2010-06-03 16:50:48 +02:00

17 lines
305 B
Bash
Executable File

#!/bin/sh
. config/options
$SCRIPTS/build toolchain
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--bindir=/bin \
--with-gnu-ld \
--without-bash-malloc \
--without-installed-readline \
make