diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-12-16 22:24:51 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-12-16 22:24:51 +0000 |
commit | ed52ae90a3ef61112ed603954ed247e96c5e2733 (patch) | |
tree | 26c7837413542129a58d2af069722749fc2c2764 /gcc/config/gnu.h | |
parent | 5bef586fae39801ceadfacf69e05a02c7dbe9859 (diff) | |
download | gcc-ed52ae90a3ef61112ed603954ed247e96c5e2733.tar.gz |
dummy import to prevent merge lossage
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24349 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/gnu.h')
-rw-r--r-- | gcc/config/gnu.h | 7 |
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}" |