diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-09-08 17:22:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-09-08 17:22:27 +0000 |
commit | 3dd5528154c385c56a34e356101cfeaf96ef603c (patch) | |
tree | 12dd962799297083f5fc4b2f5c3555a352ff75c4 /sysdeps/unix/sysv | |
parent | 09d4f65308744ab3c2a42f4d8d29524e629f1851 (diff) | |
download | glibc-3dd5528154c385c56a34e356101cfeaf96ef603c.tar glibc-3dd5528154c385c56a34e356101cfeaf96ef603c.tar.gz glibc-3dd5528154c385c56a34e356101cfeaf96ef603c.tar.bz2 glibc-3dd5528154c385c56a34e356101cfeaf96ef603c.zip |
(aix-syscalls.o): More linker command line options.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/aix/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/aix/Makefile b/sysdeps/unix/sysv/aix/Makefile index 3fcf4bb3e9..2da5311091 100644 --- a/sysdeps/unix/sysv/aix/Makefile +++ b/sysdeps/unix/sysv/aix/Makefile @@ -11,11 +11,11 @@ sysdep_routines += aix-syscalls $(objpfx)aix-syscalls.o : /lib/syscalls.exp echo "static int a;" > foo.c $(CC) -c foo.c - ld -bM:SRE -bnoentry -bI:/lib/syscalls.exp -bE:/lib/syscalls.exp foo.o -o $@ + ld -bM:SRE -bpT:0x00000000 -bpD:0x00000000 -bnoentry -bI:/lib/syscalls.exp -bE:/lib/syscalls.exp foo.o -o $@ rm foo.c foo.o -endif +endif ifeq ($(subdir),misc) sysdep_routines += dl-error dl-support dl-libc dl-open dl-sym \ @@ -39,4 +39,3 @@ inhibit-glue = yes ifeq ($(subdir),timezone) CPPFLAGS-zic.c = -Dunix endif - |