--- 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/"
--- 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