sparc v9 fixes for sun tools
This commit is contained in:
12
configure
vendored
12
configure
vendored
@@ -14450,11 +14450,11 @@ else
|
||||
# Check if we have .register
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
asm (".register %g2, #scratch");
|
||||
|
||||
int
|
||||
main ()
|
||||
{
|
||||
|
||||
asm (".register %g2, #scratch");
|
||||
;
|
||||
return 0;
|
||||
}
|
||||
@@ -14508,11 +14508,11 @@ else
|
||||
# Check if we have .ascii
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
asm (".ascii \\"string\\"");
|
||||
|
||||
int
|
||||
main ()
|
||||
{
|
||||
|
||||
asm (".ascii \\"string\\"");
|
||||
;
|
||||
return 0;
|
||||
}
|
||||
@@ -14543,11 +14543,11 @@ else
|
||||
# Check if we have .string
|
||||
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
||||
/* end confdefs.h. */
|
||||
asm (".string \\"string\\"");
|
||||
|
||||
int
|
||||
main ()
|
||||
{
|
||||
|
||||
asm (".string \\"string\\"");
|
||||
;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user