ICU-5539 Use a more reasonable name for Solaris x86

X-SVN-Rev: 21336
This commit is contained in:
George Rhoten 2007-04-02 03:42:57 +00:00
parent f0e5fbe96a
commit 83bff1efd1
3 changed files with 3 additions and 3 deletions

View file

@ -4408,7 +4408,7 @@ i*86-*-solaris*)
if test "$GCC" = yes; then
GENCCODE_ASSEMBLY="-a gcc"
else
GENCCODE_ASSEMBLY="-a sun86"
GENCCODE_ASSEMBLY="-a sun-x86"
fi ;;
sparc-*-solaris*)
GENCCODE_ASSEMBLY="-a sun"

View file

@ -364,7 +364,7 @@ i*86-*-solaris*)
dnl We're using gcc, and the simple -a gcc command line works for genccode
GENCCODE_ASSEMBLY="-a gcc"
else
GENCCODE_ASSEMBLY="-a sun86"
GENCCODE_ASSEMBLY="-a sun-x86"
fi ;;
sparc-*-solaris*)
GENCCODE_ASSEMBLY="-a sun"

View file

@ -188,7 +188,7 @@ static const struct AssemblyType {
".word "
},
{"sun86",
{"sun-x86",
"Drodata.rodata:\n"
"\t.type Drodata.rodata,@object\n"
"\t.size Drodata.rodata,0\n"