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
7ea98c5a
Commit
7ea98c5a
authored
21 years ago
by
Gunther Nikl
Committed by
Kazu Hirata
21 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.gcc: Restore support for m68k-openbsd.
From-SVN: r77712
parent
8f6a8d03
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
gcc/ChangeLog
+4
-0
gcc/config.gcc
+8
-0
No files found.
gcc/ChangeLog
View file @
7ea98c5a
2004-02-12 Gunther Nikl <gni@gecko.de>
* config.gcc: Restore support for m68k-openbsd.
2004-02-12 Jan Hubicka <jh@suse.cz>
* tree-optimize.c (tree_rest_of_compilation): Do not release
...
...
This diff is collapsed.
Click to expand it.
gcc/config.gcc
View file @
7ea98c5a
...
...
@@ -1201,6 +1201,14 @@ m68010-*-netbsdelf* | m68k*-*-netbsdelf*)
;;
esac
;;
m68k*-*-openbsd*)
# needed to unconfuse gdb
tm_defines="OBSD_OLD_GAS TARGET_DEFAULT=(MASK_68020|MASK_68881|MASK_BITFIELD)"
tm_file="m68k/m68k.h openbsd.h m68k/openbsd.h"
tmake_file="t-libc-ok t-openbsd m68k/t-openbsd"
# we need collect2 until our bug is fixed...
use_collect2=yes
;;
m68k-*-uclinux*) # Motorola m68k/ColdFire running uClinux with uClibc
tm_file="m68k/m68k.h m68k/m68k-none.h m68k/m68kelf.h dbxelf.h elfos.h m68k/uclinux.h"
tm_defines="MOTOROLA USE_GAS"
...
...
This diff is collapsed.
Click to expand it.
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