* config/sparc/sol2-bi.h (CC1_SPEC): Error for -m32 and -m64.
authorRichard Henderson <rth@gcc.gnu.org>
Wed, 17 Apr 2002 01:34:22 +0000 (18:34 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 17 Apr 2002 01:34:22 +0000 (18:34 -0700)
From-SVN: r52391

gcc/config/sparc/sol2-bi.h

index 63a4d667f7fc450b13b270d5bb3c6dab05803222..5c6966389e9b0fc3aa4ba76d6302a368e52c832d 100644 (file)
 %{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}}}}}}}} \
 "
 %{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 \