diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-15 23:50:26 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-15 23:50:26 +0000 |
commit | 79f90e2bc13c4dfe5609a48e30b27eb26064ad6f (patch) | |
tree | ac4b87cfedeee7a5a423ccc6c144c8184c92684a /gcc/config.in | |
parent | ff2505d6c90b8d2660ae26ebb47dd35d510c7e44 (diff) | |
download | gcc-79f90e2bc13c4dfe5609a48e30b27eb26064ad6f.tar.gz |
2004-12-15 H.J. Lu <hongjiu.lu@intel.com>
PR target/18153
* configure.ac: Define HAVE_LD_STATIC_DYNAMIC if linker supports
-Bstatic/-Bdynamic option.
* config.in: Regenerated.
* configure: Likewise.
* gcc.c (init_spec): Pass -Bstatic/-Bdynamic to ld for static
-lunwind if possible.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92229 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index daa0459c4e4..e3ae22b18bf 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -370,6 +370,9 @@ a read-write section. */ #undef HAVE_LD_RO_RW_SECTION_MIXING +/* Define if your linker supports -Bstatic/-Bdynamic option. */ +#undef HAVE_LD_STATIC_DYNAMIC + /* Define to 1 if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H |