From 541dfb2a06e022f700253b5fec9bc597a65fa427 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 29 Jan 1997 00:22:24 +0000 Subject: Removed definitions which are now in targopts.h. This eliminates the need for the "sed'ing" of this file. This should be a significant win when addressing non-unix host and non-gnu toolsets. --- c/src/exec/score/cpu/unix/unix.h | 32 -------------------------------- 1 file changed, 32 deletions(-) (limited to 'c/src/exec/score/cpu/unix') diff --git a/c/src/exec/score/cpu/unix/unix.h b/c/src/exec/score/cpu/unix/unix.h index bb5011b41b..318c21ca5e 100644 --- a/c/src/exec/score/cpu/unix/unix.h +++ b/c/src/exec/score/cpu/unix/unix.h @@ -21,38 +21,6 @@ extern "C" { #endif -/* - * The following define the CPU Family and Model within the family - * - * NOTE: The string "REPLACE_THIS_WITH_THE_CPU_MODEL" is replaced - * with the name of the appropriate macro for this target CPU. - */ - -#ifdef unix -#undef unix -#endif -#define unix - -#ifdef REPLACE_THIS_WITH_THE_CPU_FAMILY -#undef REPLACE_THIS_WITH_THE_CPU_FAMILY -#endif -#define REPLACE_THIS_WITH_THE_CPU_FAMILY - -#ifdef REPLACE_THIS_WITH_THE_BSP -#undef REPLACE_THIS_WITH_THE_BSP -#endif -#define REPLACE_THIS_WITH_THE_BSP - -#ifdef REPLACE_THIS_WITH_THE_CPU_MODEL -#undef REPLACE_THIS_WITH_THE_CPU_MODEL -#endif -#define REPLACE_THIS_WITH_THE_CPU_MODEL - -#ifdef REPLACE_THIS_WITH_THE_UNIX_FLAVOR -#undef REPLACE_THIS_WITH_THE_UNIX_FLAVOR -#endif -#define REPLACE_THIS_WITH_THE_UNIX_FLAVOR - /* * This file contains the information required to build * RTEMS for a particular member of the "unix" -- cgit v1.2.3