summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/alpha
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-20 23:38:52 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-20 23:38:52 +0000
commit9b3b3efd4719b3b2f38097035c8b6802246403b6 (patch)
treeed8adb7ca8e063f832d6340a9d2c7ee9dc9de829 /libc/sysdeps/linux/alpha
parent2e2445be3756a2d009a7ea21b5ba826ac33cba94 (diff)
.set doesnt work on alpha
Diffstat (limited to 'libc/sysdeps/linux/alpha')
-rw-r--r--libc/sysdeps/linux/alpha/bits/uClibc_arch_features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/alpha/bits/uClibc_arch_features.h b/libc/sysdeps/linux/alpha/bits/uClibc_arch_features.h
index a01bc154e..7129843a0 100644
--- a/libc/sysdeps/linux/alpha/bits/uClibc_arch_features.h
+++ b/libc/sysdeps/linux/alpha/bits/uClibc_arch_features.h
@@ -21,7 +21,7 @@
#define __UCLIBC_NO_UNDERSCORES__
/* does your target have an asm .set ? */
-#define __UCLIBC_HAVE_ASM_SET_DIRECTIVE__
+#undef __UCLIBC_HAVE_ASM_SET_DIRECTIVE__
/* define if target doesn't like .global */
#undef __UCLIBC_ASM_GLOBAL_DIRECTIVE__