diff options
Diffstat (limited to 'gcc/acconfig.h')
-rw-r--r-- | gcc/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/acconfig.h b/gcc/acconfig.h index 07210fc16bc..341d2557d34 100644 --- a/gcc/acconfig.h +++ b/gcc/acconfig.h @@ -33,6 +33,9 @@ /* Define if your assembler supports .balign and .p2align. */ #undef HAVE_GAS_BALIGN_AND_P2ALIGN +/* Define if the assembler supports 64bit sparc. */ +#undef AS_SPARC64_FLAG + /* Define if your assembler supports offsetable %lo(). */ #undef HAVE_AS_OFFSETABLE_LO10 |