728459f0a5
- Update of lang/sdcc-devel which mainly brings in support for more PIC microcontrollers. PR: lang/sdcc-devel Submitted by: maintainer
13 lines
309 B
Text
13 lines
309 B
Text
--- Makefile.in.orig Thu May 11 22:06:55 2006
|
|
+++ Makefile.in Thu Jun 29 16:05:04 2006
|
|
@@ -27,6 +27,10 @@
|
|
ifeq ($(OPT_DISABLE_MCS51), 0)
|
|
SDCC_ASLINK += as/mcs51
|
|
SDCC_MISC += debugger/mcs51
|
|
+else
|
|
+ifeq ($(OPT_DISABLE_DS390), 0)
|
|
+SDCC_ASLINK += as/mcs51
|
|
+endif
|
|
endif
|
|
|
|
ifeq ($(OPT_DISABLE_Z80), 0)
|