rx: Add target rx-*-linux.
[deliverable/binutils-gdb.git] / gas / config / tc-rx.h
index bf1f283d3d22e77b47f30aa1d804970160677d12..78b2bedc9f35ce87886edc681284db3e0300b073 100644 (file)
@@ -31,7 +31,11 @@ extern int target_big_endian;
 /* Instruction bytes are big endian, data bytes can be either.  */
 #define TARGET_BYTES_BIG_ENDIAN 0
 
+#ifndef TE_LINUX
 #define TARGET_FORMAT (target_big_endian ? "elf32-rx-be" : "elf32-rx-le")
+#else
+#define TARGET_FORMAT "elf32-rx-linux"
+#endif
 
 /* We don't need to handle .word strangely.  */
 #define WORKING_DOT_WORD
This page took 0.036148 seconds and 4 git commands to generate.