Refactor config_softfloat selection in another list
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
98ec69ac12
commit
f57975fb7d
27
configure
vendored
27
configure
vendored
@ -2069,26 +2069,13 @@ if test ! -z "$gdb_xml_files" ; then
|
|||||||
fi
|
fi
|
||||||
echo "TARGET_XML_FILES=$list" >> $config_mak
|
echo "TARGET_XML_FILES=$list" >> $config_mak
|
||||||
|
|
||||||
if test "$target_arch2" = "arm" \
|
case "$target_arch2" in
|
||||||
-o "$target_arch2" = "armeb" \
|
arm|armeb|m68k|microblaze|mips|mipsel|mipsn32|mipsn32el|mips64|mips64el|ppc|ppc64|ppc64abi32|ppcemb|sparc|sparc64|sparc32plus)
|
||||||
-o "$target_arch2" = "m68k" \
|
echo "CONFIG_SOFTFLOAT=y" >> $config_mak
|
||||||
-o "$target_arch2" = "microblaze" \
|
echo "#define CONFIG_SOFTFLOAT 1" >> $config_h
|
||||||
-o "$target_arch2" = "mips" \
|
;;
|
||||||
-o "$target_arch2" = "mipsel" \
|
esac
|
||||||
-o "$target_arch2" = "mipsn32" \
|
|
||||||
-o "$target_arch2" = "mipsn32el" \
|
|
||||||
-o "$target_arch2" = "mips64" \
|
|
||||||
-o "$target_arch2" = "mips64el" \
|
|
||||||
-o "$target_arch2" = "ppc" \
|
|
||||||
-o "$target_arch2" = "ppc64" \
|
|
||||||
-o "$target_arch2" = "ppc64abi32" \
|
|
||||||
-o "$target_arch2" = "ppcemb" \
|
|
||||||
-o "$target_arch2" = "sparc" \
|
|
||||||
-o "$target_arch2" = "sparc64" \
|
|
||||||
-o "$target_arch2" = "sparc32plus"; then
|
|
||||||
echo "CONFIG_SOFTFLOAT=y" >> $config_mak
|
|
||||||
echo "#define CONFIG_SOFTFLOAT 1" >> $config_h
|
|
||||||
fi
|
|
||||||
if test "$target_user_only" = "yes" -a "$bflt" = "yes"; then
|
if test "$target_user_only" = "yes" -a "$bflt" = "yes"; then
|
||||||
echo "TARGET_HAS_BFLT=y" >> $config_mak
|
echo "TARGET_HAS_BFLT=y" >> $config_mak
|
||||||
echo "#define TARGET_HAS_BFLT 1" >> $config_h
|
echo "#define TARGET_HAS_BFLT 1" >> $config_h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user