summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-03-15 15:37:38 +0000
committerEgbert Eich <eich@suse.de>2004-03-15 15:37:38 +0000
commit94a65368e31c8ef76410f4139bb239554e9dcaec (patch)
tree50d68cbb204a0b6fcdaa67396555ffaab8c9c917
parent60665fba7faf87956929cfb29709c0af2ad2aa2f (diff)
downloadxorg-util-makedepend-XORG-RELEASE-1.tar.gz
bogus anyway (see bugzilla #303) (Egbert Eich). 37. backing out 30.: the sleep() exists to bring the log message to the attention of the user which points to a problem elsewhere. Therefore the problem should be fixed where it originates. To be strict we could make the function fail instead of just trying to point the user at the problem (Egbert Eich).
-rw-r--r--imakemdep.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/imakemdep.h b/imakemdep.h
index 8da6fc8..38a6d95 100644
--- a/imakemdep.h
+++ b/imakemdep.h
@@ -618,9 +618,6 @@ char *cpp_argv[ARGUMENTS] = {
# ifdef ppc
"-Dppc",
# endif
-# ifdef ppc64
- "-Dppc64",
-# endif
# if defined(m68k) || defined(M68k) || defined(m68040)
"-Dm68k",
"-DM68k",
@@ -680,10 +677,6 @@ char *cpp_argv[ARGUMENTS] = {
"-DSVR4",
# endif
# ifdef __powerpc__
-# ifdef __powerpc64__
- "-D__powerpc64__",
-# endif
-# else
"-D__powerpc__",
# endif
# ifdef PowerMAX_OS
@@ -718,9 +711,6 @@ char *cpp_argv[ARGUMENTS] = {
# ifdef __ppc__
"-D__ppc__",
# endif
-# ifdef __ppc64__
- "-D__ppc64__",
-# endif
# ifdef __i386__
"-D__i386__",
# endif
@@ -1263,10 +1253,6 @@ struct symtab predefs[] = {
{"__QNXNTO__", "1"},
#endif
# ifdef __powerpc__
-# ifdef __powerpc64__
- {"__powerpc64__", "1"},
-# endif
-# else
{"__powerpc__", "1"},
# endif
# ifdef PowerMAX_OS
@@ -1346,9 +1332,6 @@ struct symtab predefs[] = {
#if defined(__ppc__)
{"__ppc__", "1"},
#endif
-#if defined(__ppc64__)
- {"__ppc64__", "1"},
-#endif
#if defined(__BIG_ENDIAN__)
{"__BIG_ENDIAN__", "1"},
#endif