git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update LLVM binary drops and scripts to the latest version from SVN
[WebKit-https.git]
/
Tools
/
ReducedFTL
/
build.sh
diff --git
a/Tools/ReducedFTL/build.sh
b/Tools/ReducedFTL/build.sh
index
26363ea
..
084dd8e
100755
(executable)
--- a/
Tools/ReducedFTL/build.sh
+++ b/
Tools/ReducedFTL/build.sh
@@
-11,4
+11,4
@@
else
fi
clang -c -o ReducedFTL.o ReducedFTL.c `${configPath} --cppflags --cflags`
fi
clang -c -o ReducedFTL.o ReducedFTL.c `${configPath} --cppflags --cflags`
-clang++ -o ReducedFTL ReducedFTL.o -stdlib=libc++ `${configPath} --ldflags --libs`
+clang++ -o ReducedFTL ReducedFTL.o -stdlib=libc++ `${configPath} --ldflags --libs`
-lcurses