diff options
author | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-01-24 20:56:01 +0000 |
---|---|---|
committer | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-01-24 20:56:01 +0000 |
commit | 7a2fc9d682ee22a851309fca36f933af5469122b (patch) | |
tree | 1cb1748a7f0fdcf827bb4c4427daaf7270a2b18b /gcc/config/rs6000/aix41.h | |
parent | ed69f33fe6444e869c9d3b371501c7a56e69d9f7 (diff) | |
download | gcc-7a2fc9d682ee22a851309fca36f933af5469122b.tar.gz |
Small data support; Windows NT attributes; windows NT call indrect fix
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11093 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/aix41.h')
-rw-r--r-- | gcc/config/rs6000/aix41.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gcc/config/rs6000/aix41.h b/gcc/config/rs6000/aix41.h index 3807d0b29cd..98aaaf1b4b5 100644 --- a/gcc/config/rs6000/aix41.h +++ b/gcc/config/rs6000/aix41.h @@ -77,13 +77,7 @@ Boston, MA 02111-1307, USA. */ } #undef LINK_SPEC -#ifndef CROSS_COMPILE #define LINK_SPEC "-bpT:0x10000000 -bpD:0x20000000 %{!r:-btextro} -bnodelcsect\ - %{static:-bnso -bI:/lib/syscalls.exp} %{!shared: %{g*:-bexport:/usr/lib/libg.exp}}\ + %{static:-bnso %(link_syscalls) } %{!shared: %{g*: %(link_libg) }}\ %{shared:-bM:SRE}" -#else -#define LINK_SPEC "-bpT:0x10000000 -bpD:0x20000000 %{!r:-btextro} -bnodelcsect\ - %{static:-bnso} \ - %{shared:-bM:SRE}" -#endif |