bsp/ngmp: Use -muser-mode GCC option

This option is necessary to use the latest GCC 4.8, 4.9 and 5.0
versions.
This commit is contained in:
Sebastian Huber
2014-11-24 09:44:50 +01:00
parent 26f4cddbd9
commit 55db0e52be

View File

@@ -1,3 +1,3 @@
include $(RTEMS_ROOT)/make/custom/leon3.cfg
CPU_CFLAGS = -mcpu=leon3 -msoft-float
CPU_CFLAGS = -mcpu=leon3 -muser-mode -msoft-float