summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-29 16:39:39 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-29 16:39:39 +0000
commit596bd95ac894c4efadb724f27c41779265196439 (patch)
tree5d208f3fb32f3faeacb9e062106d58af6725e968 /libc/sysdeps/linux/mips
parentc5d06340c12a25bbea6e2817175c95ffa1404eae (diff)
disable usage of .set
Diffstat (limited to 'libc/sysdeps/linux/mips')
-rw-r--r--libc/sysdeps/linux/mips/bits/uClibc_arch_features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/mips/bits/uClibc_arch_features.h b/libc/sysdeps/linux/mips/bits/uClibc_arch_features.h
index 46b3bbb19..f8d954e3d 100644
--- a/libc/sysdeps/linux/mips/bits/uClibc_arch_features.h
+++ b/libc/sysdeps/linux/mips/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__