Files
Arch-R/packages/toolchain/build
T

23 lines
333 B
Python
Raw Normal View History

2009-03-18 13:02:53 +01:00
#!/bin/sh
. config/options
$SCRIPTS/build configtools toolchain
$SCRIPTS/install make
$SCRIPTS/install sed
$SCRIPTS/install pkg-config
2010-06-06 00:51:16 +02:00
2009-09-25 22:50:12 +02:00
$SCRIPTS/build intltool
2010-06-16 09:23:21 +02:00
$SCRIPTS/build gcc-final
$SCRIPTS/install ccache toolchain
2009-03-18 13:02:53 +01:00
2010-06-16 09:23:21 +02:00
$SCRIPTS/build cmake
$SCRIPTS/build yasm
2009-04-29 22:10:41 +02:00
2010-06-06 00:51:16 +02:00
# Tools needed to complete the toolchain
$SCRIPTS/build automake