forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user