The -symbolic flag in gcc 2.95.3 is not passed to the linker, which is

required.  Restore the -Bsymbolic option in LDFLAGS on the vax.  Fixes
the problem with ld.elf_so mentioned on port-vax.
This commit is contained in:
mhitch 2004-04-28 02:04:56 +00:00
parent 1277571a8b
commit b6825b1e42
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.8 2004/02/21 15:56:03 skrll Exp $
# $NetBSD: Makefile.inc,v 1.9 2004/04/28 02:04:56 mhitch Exp $
SRCS+= rtld_start.S mdreloc.c
@ -7,4 +7,4 @@ CPPFLAGS+= -fpic
CPPFLAGS+= -DELFSIZE=32
LDFLAGS+= -e .rtld_start
LDFLAGS+= -Bsymbolic -e .rtld_start