forked from Imagelibrary/rtems
Patch from Charles-Antoine Gauthier <charles.gauthier@nrc.ca> that
removes warnings from the network.c file and has slight additions to the configuration file to support Java.
This commit is contained in:
@@ -21,7 +21,7 @@ RTEMS_BSP_FAMILY=mvme167
|
||||
# This should really get its own flag, but it works here.
|
||||
#
|
||||
|
||||
CPU_CFLAGS = -m68040 -DRTEMS_BSP=$(RTEMS_BSP)
|
||||
CPU_CFLAGS = -m68040 -DRTEMS_BSP=$(RTEMS_BSP) -D$(RTEMS_BSP)
|
||||
|
||||
# BSP specific preprocessor flags.
|
||||
# These should only be used in BSP dependent directories.
|
||||
|
||||
Reference in New Issue
Block a user