From 4aa23c9641225476bd61b1f64e324bbd0f76eab5 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 23 Jan 2017 08:12:18 +0100 Subject: Remove CPU_BIG_ENDIAN and CPU_LITTLE_ENDIAN Use de-facto standard BYTE_ORDER instead. Close #2803. --- cpukit/score/cpu/or1k/rtems/score/cpu.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'cpukit/score/cpu/or1k/rtems/score/cpu.h') diff --git a/cpukit/score/cpu/or1k/rtems/score/cpu.h b/cpukit/score/cpu/or1k/rtems/score/cpu.h index 13dd33403f..4a643c7e0e 100644 --- a/cpukit/score/cpu/or1k/rtems/score/cpu.h +++ b/cpukit/score/cpu/or1k/rtems/score/cpu.h @@ -253,8 +253,6 @@ extern "C" { */ #define CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES FALSE -#define CPU_BIG_ENDIAN TRUE -#define CPU_LITTLE_ENDIAN FALSE /* * The following defines the number of bits actually used in the -- cgit v1.2.3