From ad2d6943a49fa11ba1e23749973c75feb12dcf6b Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 4 Oct 2007 05:49:04 +0000 Subject: Full support for --sysroot. --- gold/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gold/main.cc') diff --git a/gold/main.cc b/gold/main.cc index e1135e9..ccd958d 100644 --- a/gold/main.cc +++ b/gold/main.cc @@ -65,7 +65,7 @@ main(int argc, char** argv) // Get the search path from the -L options. Dirsearch search_path; - search_path.add(&workqueue, command_line.options().search_path()); + search_path.initialize(&workqueue, &command_line.options().search_path()); // Queue up the first set of tasks. queue_initial_tasks(command_line.options(), search_path, -- cgit v1.1