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),