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:
Joel Sherrill
2000-07-26 21:15:27 +00:00
parent b1446092bd
commit db9ae7078d
4 changed files with 79 additions and 75 deletions

View File

@@ -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.