summaryrefslogtreecommitdiff
path: root/gas/config/tc-m32r.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/config/tc-m32r.h')
-rw-r--r--gas/config/tc-m32r.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gas/config/tc-m32r.h b/gas/config/tc-m32r.h
index 9ac61cf9cb0..eb03495e808 100644
--- a/gas/config/tc-m32r.h
+++ b/gas/config/tc-m32r.h
@@ -21,11 +21,6 @@
#define TC_M32R
-#ifndef BFD_ASSEMBLER
-/* Leading space so will compile with cc. */
- #error M32R support requires BFD_ASSEMBLER
-#endif
-
#define LISTING_HEADER \
(target_big_endian ? "M32R GAS" : "M32R GAS Little Endian")