diff options
author | David Edelsohn <edelsohn@gnu.org> | 2005-05-05 15:04:39 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2005-05-05 11:04:39 -0400 |
commit | c9392a2bf8ea86907553d8788c0cc9cb215b5a20 (patch) | |
tree | 9dcfd0cb6000a08749cf71a027450c4e0142afdb /ltcf-cxx.sh | |
parent | c54c7322513c602b6a0e108afc3146ce9cc2b8f8 (diff) | |
download | gcc-c9392a2bf8ea86907553d8788c0cc9cb215b5a20.tar.gz |
ltconfig: Define file_list_spec.
* ltconfig: Define file_list_spec. Pass file_list_spec and
with_gnu_ld to libtool.
* ltcf-c.sh (aix[45]): Define file_list_spec.
* ltcf-cxx.sh (aix[45]): Same.
* ltcf-gcj.sh (aix[45]): Same.
* ltmain.sh: If command exceeds max_cmd_len and file_list_spec
exists, write list of input files to temporary file.
From-SVN: r99268
Diffstat (limited to 'ltcf-cxx.sh')
-rw-r--r-- | ltcf-cxx.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ltcf-cxx.sh b/ltcf-cxx.sh index 48d5a53f2f7..240e40de3e9 100644 --- a/ltcf-cxx.sh +++ b/ltcf-cxx.sh @@ -128,6 +128,7 @@ case $host_os in hardcode_direct=yes hardcode_libdir_separator=':' link_all_deplibs=yes + file_list_spec='${wl}-f,' # When large executables or shared objects are built, AIX ld can # have problems creating the table of contents. If linking a library # or program results in "error TOC overflow" add -mminimal-toc to |