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
1f4174d4
Commit
1f4174d4
authored
Jun 06, 2005
by
Jie Zhang
Committed by
Bernd Schmidt
Jun 06, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add bfin-uclinux configuration.
From-SVN: r100656
parent
5380bc7e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
2 deletions
+22
-2
gcc/ChangeLog
+5
-0
gcc/config.gcc
+7
-2
gcc/config/bfin/uclinux.h
+10
-0
No files found.
gcc/ChangeLog
View file @
1f4174d4
2005-06-06 Jie Zhang <jie.zhang@analog.com>
* config.gcc (bfin*-uclinux*): New.
* config/bfin/uclinux.h: New file.
2005-06-06 Ben Elliston <bje@au.ibm.com>
* doc/md.texi (Insn Splitting): Fix some wording.
...
...
gcc/config.gcc
View file @
1f4174d4
...
...
@@ -740,12 +740,17 @@ bfin*-elf*)
tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h"
tmake_file=bfin/t-bfin-elf
use_collect2=no
;;
;;
bfin*-uclinux*)
tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h bfin/uclinux.h"
tmake_file=bfin/t-bfin-elf
use_collect2=no
;;
bfin*-*)
tm_file="${tm_file} dbxelf.h elfos.h bfin/elf.h"
tmake_file=bfin/t-bfin
use_collect2=no
;;
;;
c4x-*-rtems* | tic4x-*-rtems*)
tmake_file="c4x/t-c4x t-rtems c4x/t-rtems"
tm_file="c4x/c4x.h c4x/rtems.h rtems.h"
...
...
gcc/config/bfin/uclinux.h
0 → 100644
View file @
1f4174d4
#undef STARTFILE_SPEC
#define STARTFILE_SPEC \
"crt1%O%s crti%O%s crtbegin%O%s"
#undef ENDFILE_SPEC
#define ENDFILE_SPEC \
"crtend%O%s crtn%O%s"
#undef LIB_SPEC
#define LIB_SPEC "%{pthread:-lpthread} -lc"
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