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-gcj.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-gcj.sh')
-rw-r--r-- | ltcf-gcj.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ltcf-gcj.sh b/ltcf-gcj.sh index 950dd003177..4c6afeb2c27 100644 --- a/ltcf-gcj.sh +++ b/ltcf-gcj.sh @@ -266,6 +266,7 @@ else 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 |