Default to --allow-shlib-undefined for now.

This commit is contained in:
Ian Lance Taylor 2007-11-14 09:39:13 +00:00
parent 601e4987b8
commit 1ce71f59c7
3 changed files with 7 additions and 3 deletions

View File

@ -483,7 +483,7 @@ General_options::General_options()
output_file_name_("a.out"),
is_relocatable_(false),
strip_(STRIP_NONE),
allow_shlib_undefined_(false),
allow_shlib_undefined_(true),
symbolic_(false),
detect_odr_violations_(false),
create_eh_frame_hdr_(false),

View File

@ -30,7 +30,9 @@ if GCC
if NATIVE_LINKER
TESTS += debug_msg.sh undef_symbol.sh
TESTS += debug_msg.sh
# TESTS += undef_symbol.sh
check_DATA += debug_msg.err undef_symbol.err

View File

@ -42,7 +42,9 @@ POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
target_triplet = @target@
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_1 = debug_msg.sh undef_symbol.sh
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_1 = debug_msg.sh
# TESTS += undef_symbol.sh
@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_2 = debug_msg.err undef_symbol.err
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@am__append_3 = \
@FN_PTRS_IN_SO_WITHOUT_PIC_TRUE@@GCC_TRUE@@NATIVE_LINKER_TRUE@ two_file_shared_1_nonpic_test \