Skip to content

Commit

Permalink
fix merge from '845-ld64-134.9' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoechtrager committed Feb 15, 2014
1 parent d625d51 commit 2cd5ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cctools/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CXX=clang++

CFLAGS="$CFLAGS `cat tmp/cflags 2>/dev/null` -O3"
CXXFLAGS="$CXXFLAGS `cat tmp/libcxx-conf 2>/dev/null || echo -stdlib=libc++` `cat tmp/cxxflags 2>/dev/null` -O3"
LDFLAGS="$LDFLAGS `cat tmp/ldflags 2>/dev/null`"
LDFLAGS="$LDFLAGS -L/usr/local/lib `cat tmp/ldflags 2>/dev/null`"
export LD_LIBRARY_PATH="`cat tmp/ldpath 2>/dev/null`"
export C_INCLUDE_PATH="$C_INCLUDE_PATH:/usr/local/include"

Expand Down

0 comments on commit 2cd5ae2

Please sign in to comment.