From: Doug Evans Date: Fri, 24 Oct 1997 19:36:54 +0000 (+0000) Subject: (ASM_SPEC): Delete asm_arch. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e632a26c1dc625aace379be7b7d811a6931c9cb8;p=gcc.git (ASM_SPEC): Delete asm_arch. From-SVN: r16163 --- diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index 82357d85f53..9d8f1a1a3b6 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -215,11 +215,13 @@ Unrecognized value in TARGET_CPU_DEFAULT. %{!mcpu*:%{!mcypress:%{!msparclite:%{!mf930:%{!mf934:%{!mv8:%{!msupersparc:%(asm_cpu_default)}}}}}}} \ " -/* Word size selection, among other things. */ +/* Word size selection, among other things. + This is what GAS uses. Add %(asm_arch) to ASM_SPEC to enable. */ + #define ASM_ARCH32_SPEC "-32" #define ASM_ARCH64_SPEC "-64" #define ASM_ARCH_DEFAULT_SPEC \ -(DEFAULT_ARCH32_P ? ASM_ARCH32_SPEC : ASM_ARCH64_SPEC) +(DEFAULT_ARCH32_P ? ASM_ARCH32_SPEC : ASM_ARCH64_SPEC) #define ASM_ARCH_SPEC "\ %{m32:%(asm_arch32)} \ @@ -231,7 +233,7 @@ Unrecognized value in TARGET_CPU_DEFAULT. #define ASM_SPEC "\ %| %{R} %{!pg:%{!p:%{fpic:-k} %{fPIC:-k}}} %{keep-local-as-symbols:-L} \ -%(asm_cpu) %(asm_arch) \ +%(asm_cpu) \ " #define LIB_SPEC "%{!shared:%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p} %{g:-lg}}"