diff options
Diffstat (limited to 'gas/config.in')
-rw-r--r-- | gas/config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config.in b/gas/config.in index bb89624..d6ce237 100644 --- a/gas/config.in +++ b/gas/config.in @@ -60,6 +60,9 @@ /* Define default value for RISC-V -mpriv-spec */ #undef DEFAULT_RISCV_PRIV_SPEC +/* Define to 1 if you want to emit SFrames by default. */ +#undef DEFAULT_SFRAME + /* Define to 1 if you want to check x86 TLS relocation by default. */ #undef DEFAULT_X86_TLS_CHECK @@ -266,9 +269,6 @@ /* Target OS. */ #undef TARGET_OS -/* Define if default target is PowerPC Solaris. */ -#undef TARGET_SOLARIS_COMMENT - /* Target vendor. */ #undef TARGET_VENDOR |