fix part of previous: do pass -mcmodel=medlow to the 64 bit cc1 if -p*.

This commit is contained in:
mrg 2001-09-07 07:19:52 +00:00
parent bb46238ed7
commit 3a6f34a1f2
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@
%{msparclite:-mcpu=sparclite} %{mf930:-mcpu=f930} %{mf934:-mcpu=f934} \
%{mv8:-mcpu=v8} %{msupersparc:-mcpu=supersparc} \
%{m32:-mptr32 -mcpu=cypress -mno-stack-bias} \
%{!m32:%{p*:-mcmodel=medlow}} \
"
#endif