now that medlow is the defalut, no need to force it in -p/-pg.
suggested and tested by martin.
This commit is contained in:
parent
9046478856
commit
12dc5d733c
|
@ -170,9 +170,7 @@ Boston, MA 02111-1307, USA. */
|
|||
%{!mf934: \
|
||||
%{!mv8*: \
|
||||
%{!msupersparc:-mcpu=ultrasparc}}}}}}} \
|
||||
%{!mno-vis:%{!mcpu=v9:-mvis}} \
|
||||
%{p:-mcmodel=medlow} \
|
||||
%{pg:-mcmodel=medlow}}"
|
||||
%{!mno-vis:%{!mcpu=v9:-mvis}}}"
|
||||
|
||||
#define CC1_SPEC64 \
|
||||
"%{sun4:} %{target:} \
|
||||
|
@ -189,10 +187,7 @@ Boston, MA 02111-1307, USA. */
|
|||
%{!mf930: \
|
||||
%{!mf934: \
|
||||
%{!mv8*: \
|
||||
%{!msupersparc:-mcpu=cypress}}}}}}}} \
|
||||
%{!m32: \
|
||||
%{p:-mcmodel=medlow} \
|
||||
%{pg:-mcmodel=medlow}}"
|
||||
%{!msupersparc:-mcpu=cypress}}}}}}}}"
|
||||
|
||||
/* Make sure we use the right output format. Pick a default and then
|
||||
make sure -m32/-m64 switch to the right one. */
|
||||
|
|
Loading…
Reference in New Issue