1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Remove --with-gxx-include-dir option because it's causing problems on non-Darwin platforms.

llvm-svn: 113401
This commit is contained in:
Bill Wendling 2010-09-08 20:21:11 +00:00
parent 0f01a7319e
commit 2c5754557c

View File

@ -270,12 +270,10 @@ function configure_llvm_gcc() {
echo "# Configuring llvm-gcc $Release-rc$RC $Flavor"
echo "# $llvmgcc42_srcdir/configure --prefix=$InstallDir \
--program-prefix=llvm- --enable-llvm=$llvmObjDir \
--enable-languages=$languages \
--with-gxx-include-dir=/usr/include/c++/4.2.1"
--enable-languages=$languages"
$llvmgcc42_srcdir/configure --prefix=$InstallDir \
--program-prefix=llvm- --enable-llvm=$llvmObjDir \
--enable-languages=$languages \
--with-gxx-include-dir=/usr/include/c++/4.2.1 \
> $LogDir/llvm-gcc.configure.$Release-rc$RC-Phase$Phase-$Flavor.log 2>&1
cd -
}