mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 15:23:53 +08:00
b8fb9dd9cb
* config/arm/linux.mh (NATDEPFILES): Removed core-regset.o. Not used. Required to get GDB to build on glibc 2.1.3. * config/arm/tm-linux.h (LOWEST_PC): Undefine LOWEST_PC before redefining. Gets rid of compiler warning.
9 lines
210 B
Plaintext
9 lines
210 B
Plaintext
# Host: ARM based machine running GNU/Linux
|
|
|
|
XM_FILE= xm-linux.h
|
|
XDEPFILES= ser-tcp.o
|
|
|
|
NAT_FILE= nm-linux.h
|
|
NATDEPFILES= infptrace.o solib.o inftarg.o fork-child.o corelow.o \
|
|
core-aout.o arm-linux-nat.o
|