sparc v9 fixes for sun tools

This commit is contained in:
Anthony Green
2013-02-08 12:25:18 -05:00
parent 35ee8d44f3
commit cb03ea8f4e
7 changed files with 29 additions and 16 deletions

12
configure vendored
View File

@@ -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;
}