mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
* config/rs6000.mh (NATDEPFILES): xcoffread.o is native only.
This commit is contained in:
parent
364c1151e7
commit
4434a92c5c
@ -1,5 +1,5 @@
|
||||
# Host machine: IBM RS/6000 running AIX 3.2.
|
||||
# Copyright 1990, 1991, 1992 Free Software Foundation, Inc.
|
||||
# Copyright 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
|
||||
|
||||
# This file is part of GDB.
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
XDEPFILES=
|
||||
XM_FILE= xm-rs6000.h
|
||||
NAT_FILE= nm-rs6000.h
|
||||
NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o rs6000-nat.o
|
||||
NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o rs6000-nat.o xcoffread.o
|
||||
|
||||
# When compiled with cc, for debugging, this argument should be passed.
|
||||
# We have no idea who our current compiler is though, so we skip it.
|
||||
|
Loading…
Reference in New Issue
Block a user