# HG changeset patch
# User etisserant
# Date 1183139302 -7200
# Node ID 5a17bcb520efc909d7a795996d723110d8f36e78
# Parent  6f2936f7fb3f2876499562b3b6756f0df111c6f6
cleanup

diff -r 6f2936f7fb3f -r 5a17bcb520ef configure
--- a/configure	Fri Jun 29 17:24:27 2007 +0200
+++ b/configure	Fri Jun 29 19:48:22 2007 +0200
@@ -119,7 +119,6 @@
 		echo	"               \"unix\" for unix-like systems"
 		echo	"               \"win32\" for win32 systems"
 		echo	"               \"hcs12\" for HCS12 micro-controller"
-		echo	"               \"ecos_lpc2138_sja1000\" for eCOS + Philips ARM LPC21381 + Philips SJA1000" 
 		echo 	" --can=foo	Use 'foo' as CAN driver"
 		echo	"               \"peak_linux\" use Linux build host installed Peak driver and library"
 		echo	"                                please see http://www.peak-system.com/linux/"
diff -r 6f2936f7fb3f -r 5a17bcb520ef src/Makefile.in
--- a/src/Makefile.in	Fri Jun 29 17:24:27 2007 +0200
+++ b/src/Makefile.in	Fri Jun 29 19:48:22 2007 +0200
@@ -38,11 +38,6 @@
 
 # # # # Target specific paramters # # # #
 
-ifeq ($(TARGET),ecos_lpc2138_sja1000)
-ECOS_GLOBAL_CFLAGS=-mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Os -ffunction-sections -fdata-sections -fno-exceptions -finline-functions
-ECOS_GLOBAL_LDFLAGS=-mcpu=arm7tdmi -Wl,--gc-sections -Wl,-static -nostdlib
-endif
-
 ifeq ($(TARGET),hcs12)
 OPT_CFLAGS = -Os
 PROGDEFINES = -mnoshort -Wall -Wmissing-prototypes -fno-strict-aliasing