aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKresten Krab Thorup <krab@gcc.gnu.org>1993-04-26 07:38:58 +0000
committerKresten Krab Thorup <krab@gcc.gnu.org>1993-04-26 07:38:58 +0000
commit0f7b4f6905211d7851abd1923db344f02fcb8579 (patch)
tree2428e95af8053fddd49bcc4031dfc17920905e4e /gcc
parentf60897dacea5504ac6bb7585d32144fba6374eab (diff)
downloadgcc-0f7b4f6905211d7851abd1923db344f02fcb8579.zip
gcc-0f7b4f6905211d7851abd1923db344f02fcb8579.tar.gz
gcc-0f7b4f6905211d7851abd1923db344f02fcb8579.tar.bz2
Take out archiving support for alpha
From-SVN: r4229
Diffstat (limited to 'gcc')
-rw-r--r--gcc/objc/archive.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/objc/archive.c b/gcc/objc/archive.c
index 4e6bb7b..17836e7 100644
--- a/gcc/objc/archive.c
+++ b/gcc/objc/archive.c
@@ -26,9 +26,10 @@ You should have received a copy of the GNU General Public License along with
/*
** Note: This version assumes that int and longs are both 32bit.
-** Most API function are in the bottom of this file.
*/
+#ifndef __alpha__
+
#include "runtime.h"
#define __objc_fatal(format, args...) \
@@ -1484,3 +1485,5 @@ objc_get_stream_class_version (TypedStream* stream, Class* class)
else
return class_get_version (class);
}
+
+#endif /* __alpha__ */