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
eaf4967a
Commit
eaf4967a
authored
Dec 11, 2013
by
Christophe Lyon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Regenerate gcc/configure and gcc/config.in
From-SVN: r205892
parent
63892fa2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
60 additions
and
0 deletions
+60
-0
gcc/config.in
+6
-0
gcc/configure
+54
-0
No files found.
gcc/config.in
View file @
eaf4967a
...
@@ -411,6 +411,12 @@
...
@@ -411,6 +411,12 @@
#endif
#endif
/* Define if your assembler supports the -mabi option. */
#ifndef USED_FOR_TARGET
#undef HAVE_AS_MABI_OPTION
#endif
/* Define if your assembler supports mfcr field. */
/* Define if your assembler supports mfcr field. */
#ifndef USED_FOR_TARGET
#ifndef USED_FOR_TARGET
#undef HAVE_AS_MFCRF
#undef HAVE_AS_MFCRF
...
...
gcc/configure
View file @
eaf4967a
...
@@ -23932,6 +23932,60 @@ _ACEOF
...
@@ -23932,6 +23932,60 @@ _ACEOF
$
as_echo
"$gcc_cv_lto_plugin"
>&
6
;
}
$
as_echo
"$gcc_cv_lto_plugin"
>&
6
;
}
case
"$target"
in
case
"$target"
in
aarch64
*-*-*)
{
$
as_echo
"$as_me:${as_lineno-$LINENO}: checking assembler for -mabi option"
>&
5
$
as_echo_n
"checking assembler for -mabi option... "
>&
6
;
}
if
test
"${gcc_cv_as_aarch64_mabi+set}"
=
set
;
then
:
$
as_echo_n
"(cached) "
>&
6
else
gcc_cv_as_aarch64_mabi
=
no
if
test
x
$
gcc_cv_as
!= x; then
$
as_echo
'.text'
>
conftest
.
s
if
{
ac_try
=
'$gcc_cv_as $gcc_cv_as_flags -mabi=lp64 -o conftest.o conftest.s >&5'
{
{
eval
echo
"
\"
\$as_me
\"
:${as_lineno-$LINENO}:
\"
$ac_try
\"
"
;
}
>&
5
(
eval
$
ac_try
)
2
>&
5
ac_status
=$?
$
as_echo
"$as_me:${as_lineno-$LINENO}: \$? = $ac_status"
>&
5
test
$
ac_status
=
0
;
};
}
then
gcc_cv_as_aarch64_mabi
=
yes
else
echo
"configure: failed program was"
>&
5
cat
conftest
.
s
>&
5
fi
rm
-
f
conftest
.
o
conftest
.
s
fi
fi
{
$
as_echo
"$as_me:${as_lineno-$LINENO}: result: $gcc_cv_as_aarch64_mabi"
>&
5
$
as_echo
"$gcc_cv_as_aarch64_mabi"
>&
6
;
}
if
test
x
$
gcc_cv_as_aarch64_mabi
=
xyes
;
then
$
as_echo
"#define HAVE_AS_MABI_OPTION 1"
>>
confdefs
.
h
else
if
test
x
$
with_abi
=
xilp32
;
then
as_fn_error
"Assembler does not support -mabi=ilp32.\
Upgrade the Assembler."
"$LINENO"
5
fi
if
test
x
"$with_multilib_list"
=
xdefault
;
then
TM_MULTILIB_CONFIG
=
lp64
else
aarch64_multilibs
=`
echo
$
with_multilib_list
|
sed
-
e
's/,/ /g'
`
for
aarch64_multilib
in
${
aarch64_multilibs
};
do
case
${
aarch64_multilib
}
in
ilp32
)
as_fn_error
"Assembler does not support -mabi=ilp32.\
Upgrade the Assembler."
"$LINENO"
5
;;
*)
;;
esac
done
fi
fi
;;
#
All
TARGET_ABI_OSF
targets
.
#
All
TARGET_ABI_OSF
targets
.
alpha
*-*-
linux
*
|
alpha
*-*-*
bsd
*)
alpha
*-*-
linux
*
|
alpha
*-*-*
bsd
*)
{
$
as_echo
"$as_me:${as_lineno-$LINENO}: checking assembler for explicit relocation support"
>&
5
{
$
as_echo
"$as_me:${as_lineno-$LINENO}: checking assembler for explicit relocation support"
>&
5
...
...
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