OSDN Git Service

* config/sparc/sol2-bi.h (CC1_SPEC): Error for -m32 and -m64.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Apr 2002 01:34:22 +0000 (01:34 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 17 Apr 2002 01:34:22 +0000 (01:34 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52391 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/sparc/sol2-bi.h

index 63a4d66..5c69663 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 \