]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[MIPS] Get rid of kludgery needed to keep stdargs of old compilers working.
authorRalf Baechle <ralf@linux-mips.org>
Fri, 10 Feb 2006 14:13:08 +0000 (14:13 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 14 Feb 2006 19:13:25 +0000 (19:13 +0000)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/Makefile
include/asm-mips/gcc/sgidefs.h [deleted file]

index 6a57407df1bcd1627c86e22de5f3228ad488c9d9..38c0f3360d517aa05794879a8a2a342ca1d86f18 100644 (file)
@@ -94,7 +94,6 @@ endif
 # machines may also.  Since BFD is incredibly buggy with respect to
 # crossformat linking we rely on the elf2ecoff tool for format conversion.
 #
-cflags-y                       += -I $(TOPDIR)/include/asm/gcc
 cflags-y                       += -G 0 -mno-abicalls -fno-pic -pipe
 LDFLAGS_vmlinux                        += -G 0 -static -n -nostdlib
 MODFLAGS                       += -mlong-calls
diff --git a/include/asm-mips/gcc/sgidefs.h b/include/asm-mips/gcc/sgidefs.h
deleted file mode 100644 (file)
index 0599437..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * include/sgidefs.h
- *
- * This file is subject to the terms and conditions of the GNU General Public
- * License.  See the file "COPYING" in the main directory of this archive
- * for more details.
- *
- * Copyright (C) 1996 by Ralf Baechle
- *
- * This file is here to satisfy GCC's expectations.
- */
-#ifndef __SGIDEFS_H
-#define __SGIDEFS_H
-
-#include <asm/sgidefs.h>
-
-#endif /* __SGIDEFS_H */