diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-05 15:04:39 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-05 15:04:39 +0000 |
commit | 3fec05cabefa5f41151f85f0051cba33f902653d (patch) | |
tree | 9dcfd0cb6000a08749cf71a027450c4e0142afdb /ltcf-cxx.sh | |
parent | 81f6de2f518a15431548a61b50144e6dbeaf3fdf (diff) | |
download | gcc-3fec05cabefa5f41151f85f0051cba33f902653d.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99268 138bc75d-0d04-0410-961f-82ee72b054a4
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 |