mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-5539 Use a more reasonable name for Solaris x86
X-SVN-Rev: 21336
This commit is contained in:
parent
f0e5fbe96a
commit
83bff1efd1
3 changed files with 3 additions and 3 deletions
2
icu4c/source/configure
vendored
2
icu4c/source/configure
vendored
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue