mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-21 04:41:34 +00:00
Forget about KEEP_SYMBOLS, make sure to build into the temp directory, not into localhome
llvm-svn: 7450
This commit is contained in:
parent
9610326d63
commit
21b4d8ee69
@ -151,9 +151,7 @@ $LOC = GetRegex "([0-9]+) +total", `wc -l \`utils/getsrcs.sh\` | grep total`;
|
||||
# Build the entire tree, saving build messages to the build log
|
||||
#
|
||||
if (!$NOCHECKOUT) {
|
||||
system "(time -p ./configure --enable-jit) > $Prefix-Build-Log.txt 2>&1";
|
||||
# Change the Makefile.config to not strip executables...
|
||||
system "echo 'KEEP_SYMBOLS := 1' >> Makefile.config";
|
||||
system "(time -p ./configure --enable-jit --with-objroot=.) > $Prefix-Build-Log.txt 2>&1";
|
||||
|
||||
# Build the entire tree, capturing the output into $Prefix-Build-Log.txt
|
||||
system "(time -p gmake $MAKEOPTS) >> $Prefix-Build-Log.txt 2>&1";
|
||||
|
Loading…
x
Reference in New Issue
Block a user