forked from Imagelibrary/rtems
Merger from rtems-4-6-branch.
This commit is contained in:
1492
config.sub
vendored
Executable file
1492
config.sub
vendored
Executable file
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,12 @@
|
|||||||
|
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||||
|
|
||||||
|
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* netinet/in_chksum.c: Remove duplicate case to include
|
||||||
|
in_chksum_arm.c.
|
||||||
|
|
||||||
2003-02-20 Till Straumann <strauman@slac.stanford.edu>
|
2003-02-20 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
PR 351/networking
|
PR 351/networking
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ AC_PREREQ(2.57)
|
|||||||
AC_INIT([rtems-cpukit-libnetworking],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
|
AC_INIT([rtems-cpukit-libnetworking],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
|
||||||
AC_CONFIG_SRCDIR([arpa])
|
AC_CONFIG_SRCDIR([arpa])
|
||||||
RTEMS_TOP(../..)
|
RTEMS_TOP(../..)
|
||||||
AC_CONFIG_AUX_DIR(../..)
|
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
|
||||||
|
|||||||
@@ -57,10 +57,6 @@
|
|||||||
|
|
||||||
#include "in_cksum_powerpc.c"
|
#include "in_cksum_powerpc.c"
|
||||||
|
|
||||||
#elif (defined(__GNUC__) && defined(__arm__))
|
|
||||||
|
|
||||||
#include "in_cksum_arm.c"
|
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#include <stdio.h> /* for puts */
|
#include <stdio.h> /* for puts */
|
||||||
|
|||||||
Reference in New Issue
Block a user