Revert change in 8f6e319
.
This commit is contained in:
parent
be271c3357
commit
c370f5597a
@ -172,11 +172,7 @@ echo "MEMENV_SOURCES=helpers/memenv/memenv.cc" >> $OUTPUT
|
|||||||
if [ "$CROSS_COMPILE" = "true" -o "$FBCODE_BUILD" = "true" ]; then
|
if [ "$CROSS_COMPILE" = "true" -o "$FBCODE_BUILD" = "true" ]; then
|
||||||
# Cross-compiling; do not try any compilation tests.
|
# Cross-compiling; do not try any compilation tests.
|
||||||
# Also don't need any compilation tests if compiling on fbcode
|
# Also don't need any compilation tests if compiling on fbcode
|
||||||
# TODO(kailiu) For some fb-supported environments, they have trouble finding
|
true
|
||||||
# symbols from gflags if -lgflags wasn't specified. As a temporary resort,
|
|
||||||
# we added it to PLATFORM_LDFLAGS although for some environments it is
|
|
||||||
# unnecessary.
|
|
||||||
PLATFORM_LDFLAGS="$PLATFORM_LDFLAGS -gflags"
|
|
||||||
else
|
else
|
||||||
# do fPIC on 64 bit in non-fbcode environment
|
# do fPIC on 64 bit in non-fbcode environment
|
||||||
case "$TARGET_OS" in
|
case "$TARGET_OS" in
|
||||||
|
Loading…
Reference in New Issue
Block a user