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:
Ralf Corsepius
2007-07-30 17:14:10 +00:00
parent edc4bbd4c1
commit 3a8d083bc1
2 changed files with 6 additions and 1 deletions

View File

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

View File

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