cleanup
authoretisserant
Fri, 29 Jun 2007 19:48:22 +0200
changeset 234 5a17bcb520ef
parent 233 6f2936f7fb3f
child 235 f812bf6b7237
cleanup
configure
src/Makefile.in
--- 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