Mercurial > ecos-v3_0-branch
comparison packages/hal/mn10300/arch/current/cdl/hal_mn10300.cdl @ 115:6ed91473a1cd ecos-sw-2000-08-21
Merge from eCos master repository on 2000-08-21-22:40:54-BST
| author | jlarmour |
|---|---|
| date | Fri, 25 Aug 2000 17:32:38 +0000 |
| parents | 435cced73e2f |
| children | 678094f34118 |
comparison
equal
deleted
inserted
replaced
| 114:5ad2b71d525e | 115:6ed91473a1cd |
|---|---|
| 31 # ==================================================================== | 31 # ==================================================================== |
| 32 ######DESCRIPTIONBEGIN#### | 32 ######DESCRIPTIONBEGIN#### |
| 33 # | 33 # |
| 34 # Author(s): jskov | 34 # Author(s): jskov |
| 35 # Original data: bartv, nickg | 35 # Original data: bartv, nickg |
| 36 # Contributors: | 36 # Contributors: dmoseley |
| 37 # Date: 1999-11-02 | 37 # Date: 1999-11-02 |
| 38 # | 38 # |
| 39 #####DESCRIPTIONEND#### | 39 #####DESCRIPTIONEND#### |
| 40 # | 40 # |
| 41 # ==================================================================== | 41 # ==================================================================== |
| 55 cdl_interface CYGINT_HAL_MN10300_VARIANT { | 55 cdl_interface CYGINT_HAL_MN10300_VARIANT { |
| 56 display "Number of variant implementations in this configuration" | 56 display "Number of variant implementations in this configuration" |
| 57 requires 1 == CYGINT_HAL_MN10300_VARIANT | 57 requires 1 == CYGINT_HAL_MN10300_VARIANT |
| 58 } | 58 } |
| 59 | 59 |
| 60 cdl_option CYGDBG_HAL_MN10300_DEBUG_GDB_CTRLC_SUPPORT { | |
| 61 display "Architecture GDB CTRLC support" | |
| 62 calculated { CYGDBG_HAL_DEBUG_GDB_CTRLC_SUPPORT || CYGDBG_HAL_DEBUG_GDB_BREAK_SUPPORT } | |
| 63 active_if { CYGINT_HAL_DEBUG_GDB_CTRLC_UNSUPPORTED == 0 } | |
| 64 description " | |
| 65 If either the CTRLC or BREAK support options in hal.h are set | |
| 66 then set our own option to turn on shared generic support for | |
| 67 control C handling." | |
| 68 } | |
| 69 | |
| 60 compile hal_misc.c context.S mn10300_stub.c | 70 compile hal_misc.c context.S mn10300_stub.c |
| 61 | 71 |
| 62 make { | 72 make { |
| 63 <PREFIX>/lib/vectors.o : <PACKAGE>/src/vectors.S | 73 <PREFIX>/lib/vectors.o : <PACKAGE>/src/vectors.S |
| 64 $(CC) -Wp,-MD,vectors.tmp $(INCLUDE_PATH) $(CFLAGS) -c -o $@ $< | 74 $(CC) -Wp,-MD,vectors.tmp $(INCLUDE_PATH) $(CFLAGS) -c -o $@ $< |
