URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 332 |
Rev 333 |
Line 65... |
Line 65... |
%{mor32-newlib:%{!g:-lc -lor32 -u free -lc} \
|
%{mor32-newlib:%{!g:-lc -lor32 -u free -lc} \
|
%{g:-lg -lor32 -u free -lg}} \
|
%{g:-lg -lor32 -u free -lg}} \
|
%{mor32-newlib-uart:%{!g:-lc -lor32uart -u free -lc} \
|
%{mor32-newlib-uart:%{!g:-lc -lor32uart -u free -lc} \
|
%{g:-lg -lor32uart -u free -lg}}"
|
%{g:-lg -lor32uart -u free -lg}}"
|
|
|
#define TARGET_VERSION fprintf (stderr, " (OpenRISC 1000)");
|
#define TARGET_VERSION fprintf (stderr, " (OpenRISC 1000) Mask 0x%x", MASK_HARD_MUL);
|
|
|
/* Run-time compilation parameters selecting different hardware subsets. */
|
/* Run-time compilation parameters selecting different hardware subsets. */
|
|
|
extern int target_flags;
|
extern int target_flags;
|
|
|
/* Default target_flags if no switches specified.
|
|
|
|
JPB 30-Aug-10: Is this still what we want? It's not documented in the GCC
|
|
internals manual. */
|
|
#define TARGET_DEFAULT (MASK_HARD_MUL)
|
|
|
|
/* Target machine storage layout */
|
/* Target machine storage layout */
|
|
|
/* Define this if most significant bit is lowest numbered
|
/* Define this if most significant bit is lowest numbered
|
in instructions that operate on numbered bit-fields.
|
in instructions that operate on numbered bit-fields.
|
This is not true on the or32. */
|
This is not true on the or32. */
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.