From 6519603408e2e4b087ae4b7c3058cd1511b1db66 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 16 Apr 2002 18:34:22 -0700 Subject: [PATCH] * config/sparc/sol2-bi.h (CC1_SPEC): Error for -m32 and -m64. From-SVN: r52391 --- gcc/config/sparc/sol2-bi.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gcc/config/sparc/sol2-bi.h b/gcc/config/sparc/sol2-bi.h index 63a4d667f7f..5c6966389e9 100644 --- a/gcc/config/sparc/sol2-bi.h +++ b/gcc/config/sparc/sol2-bi.h @@ -233,6 +233,7 @@ %{mcypress:-mcpu=cypress} \ %{msparclite:-mcpu=sparclite} %{mf930:-mcpu=f930} %{mf934:-mcpu=f934} \ %{mv8:-mcpu=v8} %{msupersparc:-mcpu=supersparc} \ +%{m32:%{m64:%emay not use both -m32 and -m64}} \ %{m64:-mptr64 -mstack-bias -mno-v8plus \ %{!mcpu*:%{!mcypress:%{!msparclite:%{!mf930:%{!mf934:%{!mv8*:%{!msupersparc:-mcpu=v9}}}}}}}} \ " @@ -242,6 +243,7 @@ %{mcypress:-mcpu=cypress} \ %{msparclite:-mcpu=sparclite} %{mf930:-mcpu=f930} %{mf934:-mcpu=f934} \ %{mv8:-mcpu=v8} %{msupersparc:-mcpu=supersparc} \ +%{m32:%{m64:%emay not use both -m32 and -m64}} \ %{m32:-mptr32 -mno-stack-bias \ %{!mcpu*:%{!mcypress:%{!msparclite:%{!mf930:%{!mf934:%{!mv8*:%{!msupersparc:-mcpu=cypress}}}}}}}} \ %{mv8plus:-m32 -mptr32 -mno-stack-bias \ -- 2.30.2