summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-10-19 13:50:06 +0000
committerEgbert Eich <eich@suse.de>2004-10-19 13:50:06 +0000
commit67b078bc115ca3c52545b9dacb2b0fc0a1c9e90e (patch)
tree86ac5b904073413c1e276c9cdce71da5f0244cef
parent967895bc594e45f065a97005a248ef71139eb269 (diff)
downloadxorg-util-makedepend-67b078bc115ca3c52545b9dacb2b0fc0a1c9e90e.tar.gz
Enabling modules and DRI for Linux HPPA.
Removing hpsocket.c as it isn't used anywhere any more (Bugzilla #1584).
-rw-r--r--imakemdep.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/imakemdep.h b/imakemdep.h
index 87558ae..1340cc4 100644
--- a/imakemdep.h
+++ b/imakemdep.h
@@ -395,6 +395,9 @@ char *cpp_argv[ARGUMENTS] = {
# ifdef __m68k__
"-D__m68k__",
# endif
+# ifdef __hppa__
+ "-D__hppa__",
+# endif
# ifdef __sh__
"-D__sh__",
# endif
@@ -1326,6 +1329,9 @@ struct symtab predefs[] = {
# ifdef __s390__
{"__s390__", "1"},
# endif
+# ifdef __hppa__
+ {"__hppa__", "1"},
+# endif
# ifdef __sh__
{"__sh__", "1"},
# endif