aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 75c6227f..05ce088f 100755
--- a/configure
+++ b/configure
@@ -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"