1
0
Fork 0

[MIPS] Get rid of kludgery needed to keep stdargs of old compilers working.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
hifive-unleashed-5.1
Ralf Baechle 2006-02-10 14:13:08 +00:00
parent 3218357c94
commit fbb6b3a4ac
2 changed files with 0 additions and 18 deletions

View 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

View File

@ -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 */