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
8983c716
Commit
8983c716
authored
Apr 04, 1998
by
Richard Henderson
Committed by
Richard Henderson
Apr 04, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in (alpha-*-linux-*): Undo tm_file changes from gcc2 merge.
From-SVN: r18993
parent
4ed43ff8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
6 deletions
+8
-6
gcc/ChangeLog
+4
-0
gcc/configure
+2
-3
gcc/configure.in
+2
-3
No files found.
gcc/ChangeLog
View file @
8983c716
Sat Apr 4 17:04:41 1998 Richard Henderson <rth@cygnus.com>
* configure.in (alpha-*-linux-*): Undo tm_file changes from gcc2 merge.
Sat Apr 4 13:50:01 1998 Richard Henderson <rth@cygnus.com>
Sat Apr 4 13:50:01 1998 Richard Henderson <rth@cygnus.com>
* haifa-sched.c (split_block_insns): Don't supress insn splitting
* haifa-sched.c (split_block_insns): Don't supress insn splitting
...
...
gcc/configure
View file @
8983c716
...
@@ -2005,7 +2005,7 @@ for machine in $build $host $target; do
...
@@ -2005,7 +2005,7 @@ for machine in $build $host $target; do
use_collect2
=
yes
use_collect2
=
yes
;;
;;
alpha
*
-
*
-linux-gnuecoff
*
)
alpha
*
-
*
-linux-gnuecoff
*
)
tm_file
=
"
${
tm_file
}
alpha/linux.h"
tm_file
=
"
${
tm_file
}
alpha/linux
-ecoff.h alpha/linux
.h"
xm_defines
=
USE_BFD
xm_defines
=
USE_BFD
target_cpu_default
=
"MASK_GAS"
target_cpu_default
=
"MASK_GAS"
gas
=
no
gas
=
no
...
@@ -2013,7 +2013,7 @@ for machine in $build $host $target; do
...
@@ -2013,7 +2013,7 @@ for machine in $build $host $target; do
gas
=
yes
gnu_ld
=
yes
gas
=
yes
gnu_ld
=
yes
;;
;;
alpha
*
-
*
-linux-gnulibc1
*
)
alpha
*
-
*
-linux-gnulibc1
*
)
tm_file
=
"
${
tm_file
}
alpha/
linux.h alpha/elf
.h"
tm_file
=
"
${
tm_file
}
alpha/
elf.h alpha/linux-elf.h alpha/linux
.h"
xm_defines
=
USE_BFD
xm_defines
=
USE_BFD
target_cpu_default
=
"MASK_GAS"
target_cpu_default
=
"MASK_GAS"
tmake_file
=
"t-linux t-linux-gnulibc1 alpha/t-linux"
tmake_file
=
"t-linux t-linux-gnulibc1 alpha/t-linux"
...
@@ -2025,7 +2025,6 @@ for machine in $build $host $target; do
...
@@ -2025,7 +2025,6 @@ for machine in $build $host $target; do
;;
;;
alpha
*
-
*
-linux-gnu
*
)
alpha
*
-
*
-linux-gnu
*
)
tm_file
=
"
${
tm_file
}
alpha/elf.h alpha/linux-elf.h alpha/linux.h"
tm_file
=
"
${
tm_file
}
alpha/elf.h alpha/linux-elf.h alpha/linux.h"
xm_file
=
"
${
xm_file
}
alpha/xm-linux.h"
xm_defines
=
USE_BFD
xm_defines
=
USE_BFD
target_cpu_default
=
"MASK_GAS"
target_cpu_default
=
"MASK_GAS"
tmake_file
=
"t-linux alpha/t-linux"
tmake_file
=
"t-linux alpha/t-linux"
...
...
gcc/configure.in
View file @
8983c716
...
@@ -322,7 +322,7 @@ for machine in $build $host $target; do
...
@@ -322,7 +322,7 @@ for machine in $build $host $target; do
use_collect2=yes
use_collect2=yes
;;
;;
alpha*-*-linux-gnuecoff*)
alpha*-*-linux-gnuecoff*)
tm_file="${tm_file} alpha/linux.h"
tm_file="${tm_file} alpha/linux
-ecoff.h alpha/linux
.h"
xm_defines=USE_BFD
xm_defines=USE_BFD
target_cpu_default="MASK_GAS"
target_cpu_default="MASK_GAS"
gas=no
gas=no
...
@@ -330,7 +330,7 @@ for machine in $build $host $target; do
...
@@ -330,7 +330,7 @@ for machine in $build $host $target; do
gas=yes gnu_ld=yes
gas=yes gnu_ld=yes
;;
;;
alpha*-*-linux-gnulibc1*)
alpha*-*-linux-gnulibc1*)
tm_file="${tm_file} alpha/
linux.h alpha/elf
.h"
tm_file="${tm_file} alpha/
elf.h alpha/linux-elf.h alpha/linux
.h"
xm_defines=USE_BFD
xm_defines=USE_BFD
target_cpu_default="MASK_GAS"
target_cpu_default="MASK_GAS"
tmake_file="t-linux t-linux-gnulibc1 alpha/t-linux"
tmake_file="t-linux t-linux-gnulibc1 alpha/t-linux"
...
@@ -342,7 +342,6 @@ for machine in $build $host $target; do
...
@@ -342,7 +342,6 @@ for machine in $build $host $target; do
;;
;;
alpha*-*-linux-gnu*)
alpha*-*-linux-gnu*)
tm_file="${tm_file} alpha/elf.h alpha/linux-elf.h alpha/linux.h"
tm_file="${tm_file} alpha/elf.h alpha/linux-elf.h alpha/linux.h"
xm_file="${xm_file} alpha/xm-linux.h"
xm_defines=USE_BFD
xm_defines=USE_BFD
target_cpu_default="MASK_GAS"
target_cpu_default="MASK_GAS"
tmake_file="t-linux alpha/t-linux"
tmake_file="t-linux alpha/t-linux"
...
...
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