summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-24 05:38:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-24 05:38:50 +0000
commit35b692611f3be96b80061a29dfd4311ddaacde97 (patch)
tree477b8223ba0eefff359ef3057d2758be7d135eef
parent2008-09-24 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-35b692611f3be96b80061a29dfd4311ddaacde97.tar.bz2
2008-08-24 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1323/bsps * Makefile.am: Remove AM_CFLAGS += -msoft-float.
-rw-r--r--c/src/lib/libbsp/powerpc/mvme5500/ChangeLog5
-rw-r--r--c/src/lib/libbsp/powerpc/mvme5500/Makefile.am3
2 files changed, 5 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog b/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog
index 2793445350..c135c13bca 100644
--- a/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/mvme5500/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-24 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ PR 1323/bsps
+ * Makefile.am: Remove AM_CFLAGS += -msoft-float.
+
2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* GT64260/GT64260TWSI.c, network/if_100MHz/GT64260eth.c,
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/Makefile.am b/c/src/lib/libbsp/powerpc/mvme5500/Makefile.am
index d9d29f1847..d44e1d8b21 100644
--- a/c/src/lib/libbsp/powerpc/mvme5500/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/mvme5500/Makefile.am
@@ -7,9 +7,6 @@ ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../bsp.am
-#prevent the compiler from generating FP instructions
-AM_CFLAGS += -msoft-float
-
dist_project_lib_DATA = bsp_specs
include_HEADERS = include/bsp.h