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
f851b49e
Commit
f851b49e
authored
Sep 25, 2003
by
Nathanael Nerode
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config.gcc (*-hpux11): Disable fixproto.
From-SVN: r71752
parent
230fcd32
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
gcc/ChangeLog
+4
-0
gcc/config.gcc
+3
-0
No files found.
gcc/ChangeLog
View file @
f851b49e
2003-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
* config.gcc (*-hpux11): Disable fixproto.
2003-09-24 Phil Edwards <phil@codesourcery.com>
PR pch/12112
...
...
gcc/config.gcc
View file @
f851b49e
...
...
@@ -830,6 +830,7 @@ hppa*64*-*-hpux11*)
thread_file=posix
;;
esac
use_fixproto=no
;;
hppa1.1-*-hpux11* | hppa2*-*-hpux11*)
target_cpu_default="MASK_PA_11"
...
...
@@ -841,6 +842,7 @@ hppa1.1-*-hpux11* | hppa2*-*-hpux11*)
;;
esac
use_collect2=yes
use_fixproto=no
;;
hppa1.0-*-hpux11*)
tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h dbxelf.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
...
...
@@ -851,6 +853,7 @@ hppa1.0-*-hpux11*)
;;
esac
use_collect2=yes
use_fixproto=no
;;
i370-*-opened*) # IBM 360/370/390 Architecture
xm_defines='FATAL_EXIT_CODE=12'
...
...
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