Fixed clang bep so that it builds on x86_64 now.

This commit is contained in:
Scott McCreary
2013-03-05 05:39:55 +00:00
parent a4233ac95e
commit 78b3faaec2

View File

@@ -17,8 +17,10 @@ BUILD {
tar xzf clang-3.2.src.tar.gz
mv clang-3.2.src clang
cd ..
cp -r /boot/common/data/libtool/config/. autoconf/
cp -r /boot/common/data/libtool/config/. projects/sample/autoconf/
./configure --enable-optimized --prefix=`finddir B_COMMON_DIRECTORY`
make -j$(CPUS)
make
}
INSTALL {