Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
7f2e00db
Commit
7f2e00db
authored
Nov 05, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(MULTILIB_DEFAULTS): Define.
From-SVN: r10551
parent
47737445
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
0 deletions
+15
-0
gcc/config/mips/elf64.h
+6
-0
gcc/config/mips/iris6.h
+1
-0
gcc/config/mips/mips.h
+8
-0
No files found.
gcc/config/mips/elf64.h
View file @
7f2e00db
...
...
@@ -25,6 +25,12 @@ Boston, MA 02111-1307, USA. */
#define TARGET_DEFAULT MASK_FLOAT64|MASK_64BIT
#define MIPS_ISA_DEFAULT 3
#ifndef TARGET_ENDIAN_DEFAULT
#define MULTILIB_DEFAULTS { "EB", "mips3" }
#else
#define MULTILIB_DEFAULTS { "EL", "mips3" }
#endif
/* Until we figure out what MIPS ELF targets normally use, just do
stabs in ELF. */
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
...
...
gcc/config/mips/iris6.h
View file @
7f2e00db
...
...
@@ -25,6 +25,7 @@ Boston, MA 02111-1307, USA. */
/* Default to -mips4. */
#define TARGET_DEFAULT MASK_ABICALLS|MASK_FLOAT64|MASK_64BIT
#define MIPS_ISA_DEFAULT 4
#define MULTILIB_DEFAULTS { "EB", "mips4" }
#include "mips/iris5gas.h"
#include "mips/abi64.h"
...
...
gcc/config/mips/mips.h
View file @
7f2e00db
...
...
@@ -423,6 +423,14 @@ extern char *mktemp ();
#endif
#endif
#ifndef MULTILIB_DEFAULTS
#if TARGET_ENDIAN_DEFAULT == 0
#define MULTILIB_DEFAULTS { "EL", "mips1" }
#else
#define MULTILIB_DEFAULTS { "EB", "mips1" }
#endif
#endif
/* This macro is similar to `TARGET_SWITCHES' but defines names of
command options that have values. Its definition is an
initializer with a subgrouping for each command option.
...
...
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