diff options
Diffstat (limited to 'gcc/config/m32r/linux.h')
-rw-r--r-- | gcc/config/m32r/linux.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/config/m32r/linux.h b/gcc/config/m32r/linux.h index 55f6619f7e7..e561e540fb1 100644 --- a/gcc/config/m32r/linux.h +++ b/gcc/config/m32r/linux.h @@ -18,15 +18,6 @@ along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ -#define LINUX_DEFAULT_ELF - -/* A lie, I guess, but the general idea behind linux/ELF is that we are - supposed to be outputting something that will assemble under SVr4. - This gets us pretty close. */ - -#undef TARGET_VERSION -#define TARGET_VERSION fprintf (stderr, " (M32R GNU/Linux with ELF)"); - #undef SIZE_TYPE #define SIZE_TYPE "unsigned int" |