summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-24 05:38:56 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-24 05:38:56 +0000
commit7425411ff581a8f5c92a1266085e7eb1f4debd2b (patch)
treef4da41b6d9eaa95852274e2f601d9a697126d957 /c
parent2008-09-24 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-7425411ff581a8f5c92a1266085e7eb1f4debd2b.tar.bz2
2008-08-24 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1323/bsps * Makefile.am: Remove AM_CFLAGS += -msoft-float.
Diffstat (limited to 'c')
-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 3e8a2c0bf7..370af772ce 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-09-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Make letting boot_card() handle work area allocation
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/Makefile.am b/c/src/lib/libbsp/powerpc/mvme5500/Makefile.am
index 0e88320307..c79f641267 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