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
e71c3bb0
Commit
e71c3bb0
authored
Jul 23, 1997
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(alpha*): Put quotes around MASK_GAS.
From-SVN: r14521
parent
b0967cad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
gcc/configure.in
+6
-4
No files found.
gcc/configure.in
View file @
e71c3bb0
...
...
@@ -261,7 +261,8 @@ for machine in $build $host $target; do
alpha*-*-linux-gnuecoff*)
tm_file="${tm_file} alpha/linux.h"
xm_file="${xm_file} alpha/xm-linux.h"
target_cpu_default=MASK_GAS
target_cpu_default="MASK_GAS"
gas=no
xmake_file=none
fixincludes=Makefile.in
gas=yes gnu_ld=yes
...
...
@@ -269,7 +270,8 @@ for machine in $build $host $target; do
alpha*-*-linux-gnu*)
tm_file="${tm_file} alpha/linux.h alpha/elf.h"
xm_file="${xm_file} alpha/xm-linux.h"
target_cpu_default=MASK_GAS
target_cpu_default="MASK_GAS"
gas=no
tmake_file="t-linux alpha/t-linux"
xmake_file=none
fixincludes=Makefile.in
...
...
@@ -2513,9 +2515,9 @@ for machine in $build $host $target; do
then
if [[ x$target_cpu_default2 = x ]]
then
target_cpu_default2=
MASK_GAS
target_cpu_default2=
"MASK_GAS"
else
target_cpu_default2=
${target_cpu_default2}|MASK_GAS
target_cpu_default2=
"${target_cpu_default2}|MASK_GAS"
fi
fi
;;
...
...
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