Mercurial > ecos
diff packages/hal/mips/arch/current/include/pkgconf/hal_mips.h @ 50:a0774359f013 ecos-sw-1999-11-02
Merge from eCos master repository on 1999-11-02-17:02:15-GMT
| author | jlarmour |
|---|---|
| date | Tue, 02 Nov 1999 20:57:07 +0000 |
| parents | d376b777e2ce |
| children | 7a6ac9edc838 |
line wrap: on
line diff
--- a/packages/hal/mips/arch/current/include/pkgconf/hal_mips.h +++ b/packages/hal/mips/arch/current/include/pkgconf/hal_mips.h @@ -81,5 +81,19 @@ #define CYGHWR_HAL_MIPS_CPU_FREQ 50 /* -------------------------------------------------------------------*/ +/* If either the CTRLC or BREAK support options in hal.h are set */ +/* then set our own option to turn on shared generic support for */ +/* control C handling. */ + + +#if defined(CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT) || \ + defined(CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT) + +#define CYGDBG_HAL_MIPS_DEBUG_GDB_CTRLC_SUPPORT + +#endif + + +/* -------------------------------------------------------------------*/ #endif /* CYGONCE_PKGCONF_HAL_MIPS_H */ /* EOF hal_mips.h */
