aboutsummaryrefslogtreecommitdiffstats
path: root/lang/sdcc/files/patch-configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'lang/sdcc/files/patch-configure.in')
-rw-r--r--lang/sdcc/files/patch-configure.in30
1 files changed, 8 insertions, 22 deletions
diff --git a/lang/sdcc/files/patch-configure.in b/lang/sdcc/files/patch-configure.in
index 3138ab8cd5c6..8172feede30a 100644
--- a/lang/sdcc/files/patch-configure.in
+++ b/lang/sdcc/files/patch-configure.in
@@ -1,25 +1,11 @@
---- configure.in.orig Tue Nov 21 16:27:08 2006
-+++ configure.in Wed Dec 13 16:32:58 2006
-@@ -629,6 +629,11 @@
-
- test $OPT_DISABLE_AVR = 0 && AC_CONFIG_FILES([src/avr/Makefile])
-
-+if test $OPT_DISABLE_DS390 = 0 -o $OPT_DISABLE_MCS51 = 0; then
-+ AC_CONFIG_FILES([as/mcs51/Makefile
-+ as/link/mcs51/Makefile])
-+fi
-+
- if test $OPT_DISABLE_DS390 = 0; then
- AC_CONFIG_FILES([src/ds390/Makefile])
- test $OPT_DISABLE_DEVICE_LIB = 0 && AC_CONFIG_FILES([device/lib/ds390/Makefile])
-@@ -647,9 +652,7 @@
+--- configure.in.orig 2010-09-13 11:23:59.000000000 +0200
++++ configure.in 2010-09-26 12:37:08.000000000 +0200
+@@ -842,7 +842,7 @@
+ test $OPT_DISABLE_DEVICE_LIB = 0 && AC_CONFIG_FILES([device/lib/hc08/Makefile])
fi
- if test $OPT_DISABLE_MCS51 = 0; then
-- AC_CONFIG_FILES([src/mcs51/Makefile
-- as/mcs51/Makefile
-- as/link/mcs51/Makefile])
-+ AC_CONFIG_FILES([src/mcs51/Makefile])
+-if test $OPT_DISABLE_MCS51 = 0; then
++if test $OPT_DISABLE_DS390 = 0 -o $OPT_DISABLE_MCS51 = 0; then
+ AC_CONFIG_FILES([src/mcs51/Makefile
+ sdas/as8051/Makefile])
test $OPT_DISABLE_DEVICE_LIB = 0 && AC_CONFIG_FILES([device/lib/mcs51/Makefile
- device/lib/small/Makefile
- device/lib/medium/Makefile