summaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/aix41.h
diff options
context:
space:
mode:
authormeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1996-01-24 20:56:01 +0000
committermeissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4>1996-01-24 20:56:01 +0000
commit7a2fc9d682ee22a851309fca36f933af5469122b (patch)
tree1cb1748a7f0fdcf827bb4c4427daaf7270a2b18b /gcc/config/rs6000/aix41.h
parented69f33fe6444e869c9d3b371501c7a56e69d9f7 (diff)
downloadgcc-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.h8
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