fix part of previous: do pass -mcmodel=medlow to the 64 bit cc1 if -p*.
This commit is contained in:
parent
bb46238ed7
commit
3a6f34a1f2
|
@ -149,6 +149,7 @@
|
||||||
%{msparclite:-mcpu=sparclite} %{mf930:-mcpu=f930} %{mf934:-mcpu=f934} \
|
%{msparclite:-mcpu=sparclite} %{mf930:-mcpu=f930} %{mf934:-mcpu=f934} \
|
||||||
%{mv8:-mcpu=v8} %{msupersparc:-mcpu=supersparc} \
|
%{mv8:-mcpu=v8} %{msupersparc:-mcpu=supersparc} \
|
||||||
%{m32:-mptr32 -mcpu=cypress -mno-stack-bias} \
|
%{m32:-mptr32 -mcpu=cypress -mno-stack-bias} \
|
||||||
|
%{!m32:%{p*:-mcmodel=medlow}} \
|
||||||
"
|
"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue