mirror of
https://github.com/bebbo/amigaos-cross-toolchain.git
synced 2025-12-08 22:38:24 +00:00
15 lines
216 B
C
15 lines
216 B
C
/*
|
|
* te-amiga.h -- Amiga target environment declarations.
|
|
*/
|
|
|
|
#define TE_AMIGA 1
|
|
|
|
#define LOCAL_LABELS_DOLLAR 1
|
|
#define LOCAL_LABELS_FB 1
|
|
|
|
#ifdef OBJ_HEADER
|
|
#include OBJ_HEADER
|
|
#else
|
|
#include "obj-format.h"
|
|
#endif
|