blob: 16d5a5a1d8144e4877e90fe14efeecee11e2599e (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* 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 */
|