Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
fbb6b3a4
Commit
fbb6b3a4
authored
Feb 10, 2006
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] Get rid of kludgery needed to keep stdargs of old compilers working.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
3218357c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
18 deletions
+0
-18
arch/mips/Makefile
arch/mips/Makefile
+0
-1
include/asm-mips/gcc/sgidefs.h
include/asm-mips/gcc/sgidefs.h
+0
-17
No files found.
arch/mips/Makefile
View file @
fbb6b3a4
...
...
@@ -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
...
...
include/asm-mips/gcc/sgidefs.h
deleted
100644 → 0
View file @
3218357c
/*
* 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 */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment