comparison packages/hal/arm/pid/current/misc/STUBS_config @ 30:641b639be825 ecos-sw-1999-08-16

Merge from eCos master repository on 1999-08-16-22:01:37-BST
author jlarmour
date Mon, 16 Aug 1999 22:10:49 +0000
parents
children 1370c5e55234
comparison
equal deleted inserted replaced
29:093762bd6ba9 30:641b639be825
1 #! /bin/sh
2
3 # Configure ARM/AEB eCos to create PID GDB stubs
4
5
6 tcl $1/pkgconf.tcl \
7 --target=arm --platform=pid --startup=stubs \
8 --disable CYGPKG_KERNEL --disable CYGPKG_UITRON \
9 --disable CYGPKG_LIBC --disable CYGPKG_LIBM \
10 --disable CYGPKG_ERROR --disable CYGPKG_IO \
11 --disable CYGPKG_IO_SERIAL --disable CYGPKG_DEVICES_WALLCLOCK \
12 --disable CYGPKG_DEVICES_WATCHDOG
13
14 patch <<END_OF_PATCH -p0
15 --- pkgconf/hal.h~ Thu Jul 8 08:26:44 1999
16 +++ pkgconf/hal.h Wed Jul 28 10:51:07 1999
17 @@ -369,10 +369,10 @@
18
19 }}CFG_DATA */
20
21 -#undef CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
22 +#define CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
23 #undef CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT
24 -#define CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
25 -#define CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
26 +#undef CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT
27 +#undef CYGDBG_HAL_DEBUG_GDB_THREAD_SUPPORT
28
29 /*
30 * NOTE:
31 END_OF_PATCH