Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CertiCompil
CompCert-KVX
Commits
455b3384
Unverified
Commit
455b3384
authored
Feb 16, 2018
by
Bernhard Schommer
Browse files
Rename abi for ppc-linux targets.
parent
95395781
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure
View file @
455b3384
...
...
@@ -227,16 +227,17 @@ if test "$arch" = "powerpc"; then
case
"
$target
"
in
linux
)
abi
=
"linux"
struct_return
=
"ref"
;;
*
)
struct_return
=
"int1-8"
abi
=
"eabi"
;;
esac
case
"
$target
"
in
eabi-diab
)
abi
=
"eabi"
asm_supports_cfi
=
false
casm
=
"
${
toolprefix
}
das"
casm_options
=
"-Xalign-value"
...
...
@@ -251,7 +252,6 @@ if test "$arch" = "powerpc"; then
responsefile
=
"diab"
;;
*
)
abi
=
"eabi"
casm
=
"
${
toolprefix
}
gcc"
casm_options
=
"-c"
casmruntime
=
"
${
toolprefix
}
gcc -c -Wa,-mregnames"
...
...
Write
Preview
Supports
Markdown
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