diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2002-02-04 19:11:17 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2002-02-04 19:11:17 +0000 |
commit | 206be19c1b7256254407b3630b8ea2a7a087ed4d (patch) | |
tree | d51b26fae6cd2d69bfe03c58c14551850dfaf808 /gdb/config/ia64/linux.mh | |
parent | 76016c325a85a4921d74fc82293c76fd8eda8472 (diff) | |
download | binutils-gdb-206be19c1b7256254407b3630b8ea2a7a087ed4d.tar.gz |
* config/ia64/linux.mh: Don't set NAT_CLIBS and REGEX.
* config/ia64/linux.mt: Don't set GDBSERVER_LIBS.
Diffstat (limited to 'gdb/config/ia64/linux.mh')
-rw-r--r-- | gdb/config/ia64/linux.mh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/config/ia64/linux.mh b/gdb/config/ia64/linux.mh index 0405d81ce2b..65f30284e1c 100644 --- a/gdb/config/ia64/linux.mh +++ b/gdb/config/ia64/linux.mh @@ -8,10 +8,3 @@ NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o gcore.o \ proc-service.o thread-db.o lin-lwp.o LOADLIBES = -ldl -rdynamic - -# Don't use gnu-regex.c; it interferes with some stuff in libc. -REGEX= - -# NAT_CLIBS is a hack to be sure; I expect we'll be able to remove this -# line in the near future -NAT_CLIBS= -lc -lnss_dns -lnss_files -lresolv -lc |