mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-05 10:57:57 +00:00
7d8752123a
appropriate. * rs6000-core.c: Use HOST_AIX instead of COREFILES_PLEASE. * config/rs6000.mh: Remove defs of ARCHIVES_PLEASE and COREFILES_PLEASE. * config/rs6000lynx.mh: Turn on Lynx core file support. * hosts/rs6000.h: #define HOST_AIX. * hosts/rs6000lynx.h: Create this to enable Lynx host support.
11 lines
184 B
C
11 lines
184 B
C
/* RS6000 running LynxOS */
|
|
|
|
#ifndef hosts_rs6000lynx_h
|
|
#define hosts_rs6000lynx_h
|
|
|
|
#include "hosts/lynx.h"
|
|
|
|
#define HOST_MACHINE_ARCH bfd_arch_rs6000
|
|
|
|
#endif /* hosts_rs6000lynx_h */
|