summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-12 20:56:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-12 20:56:54 +0000
commit209451326883d803ea7af8b1f48730b32fbdebdb (patch)
treed2533d3bffb4568b1556e39ed300c1feaccbee32 /make
parent2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-209451326883d803ea7af8b1f48730b32fbdebdb.tar.bz2
2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/erc32.cfg: Add comment on -mno-v8, -mcypress. * custom/gen68302.cfg: Comment out LIBC_LIB[C|M]. * custom/gen68340.cfg: Comment out LIBC_LIB[C|M]. * custom/gen68360.cfg: Comment out LIBC_LIB[C|M]. * custom/idp.cfg: Comment out LIBC_LIB[C|M]. * custom/mvme162.cfg: Comment out LIBC_LIB[C|M]. * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
Diffstat (limited to 'make')
-rw-r--r--make/ChangeLog10
-rw-r--r--make/custom/erc32.cfg1
-rw-r--r--make/custom/gen68302.cfg4
-rw-r--r--make/custom/gen68340.cfg4
-rw-r--r--make/custom/gen68360.cfg4
-rw-r--r--make/custom/idp.cfg4
-rw-r--r--make/custom/mvme162.cfg4
-rw-r--r--make/custom/ods68302.cfg4
8 files changed, 23 insertions, 12 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index d4c8753eee..2724b5e252 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,6 +1,16 @@
2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * custom/erc32.cfg: Add comment on -mno-v8, -mcypress.
+ * custom/gen68302.cfg: Comment out LIBC_LIB[C|M].
+ * custom/gen68340.cfg: Comment out LIBC_LIB[C|M].
+ * custom/gen68360.cfg: Comment out LIBC_LIB[C|M].
+ * custom/idp.cfg: Comment out LIBC_LIB[C|M].
+ * custom/mvme162.cfg: Comment out LIBC_LIB[C|M].
+ * custom/ods68302.cfg: Comment out LIBC_LIB[C|M].
+
+2000-09-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* custom/gensh2.cfg: Fix comments.
2000-09-12 Joel Sherrill <joel@OARcorp.com>
diff --git a/make/custom/erc32.cfg b/make/custom/erc32.cfg
index bc8b7ab533..b5621caf54 100644
--- a/make/custom/erc32.cfg
+++ b/make/custom/erc32.cfg
@@ -18,6 +18,7 @@ RTEMS_BSP_FAMILY=erc32
ifeq ($(RTEMS_USE_GCC272),yes)
# -mno-v8 says not to use v8 level instructions. i.e. use v7 only
+# FIXME: This known not to work with gcc's >= gcc-2.95
CPU_CFLAGS = -mno-v8 -mcypress
else
# -mcpu=cypress says to optimize for a Cypress 60x chipset
diff --git a/make/custom/gen68302.cfg b/make/custom/gen68302.cfg
index 776e19d275..e84bbf7b1e 100644
--- a/make/custom/gen68302.cfg
+++ b/make/custom/gen68302.cfg
@@ -36,8 +36,8 @@ endef
ifeq ($(RTEMS_USE_GCC272),yes)
# override default location of Standard C Library
-LIBC_LIBC=$(RTEMS_LIBC_DIR)/lib/m68000/libc.a
-LIBC_LIBM=$(RTEMS_LIBC_DIR)/lib/m68000/libm.a
+# LIBC_LIBC=$(RTEMS_LIBC_DIR)/lib/m68000/libc.a
+# LIBC_LIBM=$(RTEMS_LIBC_DIR)/lib/m68000/libm.a
define make-exe
$(LD) $(LDFLAGS) -N -T $(LINKCMDS) -o $(basename $@).exe \
diff --git a/make/custom/gen68340.cfg b/make/custom/gen68340.cfg
index b355b61e6d..55fe8fca9c 100644
--- a/make/custom/gen68340.cfg
+++ b/make/custom/gen68340.cfg
@@ -31,8 +31,8 @@ endef
ifeq ($(RTEMS_USE_GCC272),yes)
# override default location of Standard C Library
-LIBC_LIBC=$(RTEMS_LIBC_DIR)/lib/m68000/msoft-float/libc.a
-LIBC_LIBM=$(RTEMS_LIBC_DIR)/lib/m68000/msoft-float/libm.a
+# LIBC_LIBC=$(RTEMS_LIBC_DIR)/lib/m68000/msoft-float/libc.a
+# LIBC_LIBM=$(RTEMS_LIBC_DIR)/lib/m68000/msoft-float/libm.a
define make-exe
@ echo
diff --git a/make/custom/gen68360.cfg b/make/custom/gen68360.cfg
index bc83d07b84..bb2d6c773b 100644
--- a/make/custom/gen68360.cfg
+++ b/make/custom/gen68360.cfg
@@ -48,8 +48,8 @@ endif
ifeq ($(RTEMS_USE_GCC272),yes)
# override default location of Standard C Library
-LIBC_LIBC=$(RTEMS_LIBC_DIR)/lib/m68000/msoft-float/libc.a
-LIBC_LIBM=$(RTEMS_LIBC_DIR)/lib/m68000/msoft-float/libm.a
+# LIBC_LIBC=$(RTEMS_LIBC_DIR)/lib/m68000/msoft-float/libc.a
+# LIBC_LIBM=$(RTEMS_LIBC_DIR)/lib/m68000/msoft-float/libm.a
define make-exe
@ echo
diff --git a/make/custom/idp.cfg b/make/custom/idp.cfg
index ede6f2ea28..b6b5003da2 100644
--- a/make/custom/idp.cfg
+++ b/make/custom/idp.cfg
@@ -33,8 +33,8 @@ CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
ifeq ($(RTEMS_USE_GCC272),yes)
# override default location of Standard C Library
-LIBC_LIBC=$(RTEMS_LIBC_DIR)/lib/msoft-float/libc.a
-LIBC_LIBM=$(RTEMS_LIBC_DIR)/lib/msoft-float/libm.a
+# LIBC_LIBC=$(RTEMS_LIBC_DIR)/lib/msoft-float/libc.a
+# LIBC_LIBM=$(RTEMS_LIBC_DIR)/lib/msoft-float/libm.a
define make-exe
$(LD) $(LDFLAGS) -N -T $(LINKCMDS) -o $(basename $@).nxe \
diff --git a/make/custom/mvme162.cfg b/make/custom/mvme162.cfg
index ebd587e3df..b02a511ff5 100644
--- a/make/custom/mvme162.cfg
+++ b/make/custom/mvme162.cfg
@@ -55,8 +55,8 @@ ifeq ($(RTEMS_USE_GCC272),yes)
ifeq ($(RTEMS_CPU_MODEL),m68lc040)
# override default location of Standard C Library
-LIBC_LIBC=$(RTEMS_LIBC_DIR)/lib/msoft-float/libc.a
-LIBC_LIBM=$(RTEMS_LIBC_DIR)/lib/msoft-float/libm.a
+# LIBC_LIBC=$(RTEMS_LIBC_DIR)/lib/msoft-float/libc.a
+# LIBC_LIBM=$(RTEMS_LIBC_DIR)/lib/msoft-float/libm.a
endif # mc68lc040
define make-exe
diff --git a/make/custom/ods68302.cfg b/make/custom/ods68302.cfg
index 32107fbd56..d8df19105f 100644
--- a/make/custom/ods68302.cfg
+++ b/make/custom/ods68302.cfg
@@ -47,8 +47,8 @@ endef
ifeq ($(RTEMS_USE_GCC272),yes)
# override default location of Standard C Library
-LIBC_LIBC=$(RTEMS_LIBC_DIR)/lib/m68000/libc.a
-LIBC_LIBM=$(RTEMS_LIBC_DIR)/lib/m68000/libm.a
+# LIBC_LIBC=$(RTEMS_LIBC_DIR)/lib/m68000/libc.a
+# LIBC_LIBM=$(RTEMS_LIBC_DIR)/lib/m68000/libm.a
define make-exe
$(LD) $(LDFLAGS) -N -Ttext $(ROM_BASE) \