From: Ralf Corsepius Date: Mon, 13 Jul 1998 22:46:00 +0000 (-0600) Subject: elf.h (MAX_OFILE_ALIGNMENT): Undefine before including svr4.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6508af23dbcd66f0740dc86b5d3b9daa4be7f9b2;p=gcc.git elf.h (MAX_OFILE_ALIGNMENT): Undefine before including svr4.h. * sh/elf.h (MAX_OFILE_ALIGNMENT): Undefine before including svr4.h. From-SVN: r21122 --- diff --git a/gcc/config/sh/elf.h b/gcc/config/sh/elf.h index a56077e544e..40d4c77b204 100644 --- a/gcc/config/sh/elf.h +++ b/gcc/config/sh/elf.h @@ -37,6 +37,7 @@ Boston, MA 02111-1307, USA. */ #undef ASM_OUTPUT_DESTRUCTOR #undef ASM_DECLARE_FUNCTION_NAME #undef PREFERRED_DEBUGGING_TYPE +#undef MAX_OFILE_ALIGNMENT /* Be ELF-like. */ #include "svr4.h"