aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1993-05-03 17:27:51 -0700
committerJim Wilson <wilson@gcc.gnu.org>1993-05-03 17:27:51 -0700
commit8c699e9b7451319024676c88546580073e0e692f (patch)
tree540a1a03ba22d41c2e03f859a0558f0113f52fa5
parentbfc965cf4002fde137b6e299565d0bb1588c55f3 (diff)
downloadgcc-8c699e9b7451319024676c88546580073e0e692f.zip
gcc-8c699e9b7451319024676c88546580073e0e692f.tar.gz
gcc-8c699e9b7451319024676c88546580073e0e692f.tar.bz2
(CPP_PREDEFINES): Delete -Dsun and -Dunix.
From-SVN: r4318
-rw-r--r--gcc/config/sparc/lite.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/lite.h b/gcc/config/sparc/lite.h
index 099f81f..e558c70 100644
--- a/gcc/config/sparc/lite.h
+++ b/gcc/config/sparc/lite.h
@@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "sparc/sparc.h"
#undef CPP_PREDEFINES
-#define CPP_PREDEFINES "-Dsparc -Dsun -Dunix -Dsparclite"
+#define CPP_PREDEFINES "-Dsparc -Dsparclite"
#undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (sparclite)");