summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2003-06-02 19:18:58 +0000
committerRoland McGrath <roland@redhat.com>2003-06-02 19:18:58 +0000
commite1e584b8fa0d97caad461f82a5427cd37d6327f3 (patch)
treea7e62671f7c4e01ad6f27c98acfb0efa132bac2a /configure.ac
parentd0835361d61de0051771a5c1ae60ddc2c7c5152d (diff)
downloadstrace-e1e584b8fa0d97caad461f82a5427cd37d6327f3.tar.gz
strace-e1e584b8fa0d97caad461f82a5427cd37d6327f3.tar.bz2
strace-e1e584b8fa0d97caad461f82a5427cd37d6327f3.tar.xz
2003-06-02 Roland McGrath <roland@redhat.com>
* configure.ac, defs.h, mem.c, process.c, sock.c, syscall.c, util.c: Merged in SHmedia port from Stephen Thomas <stephen.thomas@superh.com>.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 28fbeed..4aa93c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -91,6 +91,10 @@ sh)
arch=sh
AC_DEFINE([SH], 1, [Define for the SH architecture.])
;;
+shmedia)
+ arch=shmedia
+ AC_DEFINE([SHMEDIA], 1, [Define for the SHmedia architecture.])
+ ;;
x86?64*)
arch=x86_64
AC_DEFINE([X86_64], 1, [Define for the AMD x86-64 architecture.])