freebsd-ports/lang/sdcc-devel/files/patch-Makefile.in
Daichi GOTO 728459f0a5 lang/sdcc-devel: update to version 2.5.6.2006.06.29
- Update of lang/sdcc-devel which mainly brings in support
    for more PIC microcontrollers.

PR:		lang/sdcc-devel
Submitted by:	maintainer
2006-06-30 05:02:43 +00:00

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)