summaryrefslogtreecommitdiff
path: root/gcc/config/gnu.h
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-12-16 15:24:51 -0700
committerJeff Law <law@gcc.gnu.org>1998-12-16 15:24:51 -0700
commita0d66c8d678e61730d6a51dc9e60af73410d1372 (patch)
tree26c7837413542129a58d2af069722749fc2c2764 /gcc/config/gnu.h
parent83a86272a2e76ea304122db44f4808a5ce250631 (diff)
downloadgcc-a0d66c8d678e61730d6a51dc9e60af73410d1372.tar.gz
dummy import to prevent merge lossage
From-SVN: r24349
Diffstat (limited to 'gcc/config/gnu.h')
-rw-r--r--gcc/config/gnu.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/gnu.h b/gcc/config/gnu.h
index ce0fb867eb1..d1691646e5a 100644
--- a/gcc/config/gnu.h
+++ b/gcc/config/gnu.h
@@ -1,12 +1,5 @@
/* Configuration common to all targets running the GNU system. */
-/* Macro to produce CPP_PREDEFINES for GNU on a given machine. */
-#define GNU_CPP_PREDEFINES(machine) \
-"-D" machine " -Acpu(" machine ") -Amachine(" machine ") \
--Dunix -Asystem(unix) \
--DMACH -Asystem(mach) \
--D__GNU__ -Asystem(gnu)"
-
/* Provide GCC options for standard feature-test macros. */
#undef CPP_SPEC
#define CPP_SPEC "%{posix:-D_POSIX_SOURCE} %{bsd:-D_BSD_SOURCE}"