forked from Imagelibrary/rtems
2007-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/netinet/in_cksum_m68k.h: Use __mcoldfire__ to identify coldfire cpus.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2007-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libnetworking/netinet/in_cksum_m68k.h: Use __mcoldfire__ to
|
||||
identify coldfire cpus.
|
||||
|
||||
2007-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shttpd/log.c: Activate SPLIT_SNPRINTF for gcc <= 4.2.1 and
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
#include <sys/param.h>
|
||||
#include <sys/mbuf.h>
|
||||
|
||||
#if (defined (__mcf5200__))
|
||||
#if defined(__mcoldfire__)
|
||||
# define IS_COLDFIRE 1
|
||||
#else
|
||||
# define IS_COLDFIRE 0
|
||||
|
||||
Reference in New Issue
Block a user