fix a merge error.
This commit is contained in:
parent
6a59c048bc
commit
6a5d3863fb
@ -132,7 +132,9 @@ along with GCC; see the file COPYING3. If not see
|
||||
%{!mf934: \
|
||||
%{!mv8*: \
|
||||
%{!msupersparc:-mcpu=ultrasparc}}}}}}} \
|
||||
%{!mno-vis:%{!mcpu=v9:-mvis}}" \
|
||||
%{!mno-vis:%{!mcpu=v9:-mvis}} \
|
||||
%{p:-mcmodel=medlow} \
|
||||
%{pg:-mcmodel=medlow}}" \
|
||||
NETBSD_CC1_AND_CC1PLUS_SPEC
|
||||
|
||||
#define CC1_SPEC64 \
|
||||
@ -150,7 +152,10 @@ along with GCC; see the file COPYING3. If not see
|
||||
%{!mf930: \
|
||||
%{!mf934: \
|
||||
%{!mv8*: \
|
||||
%{!msupersparc:-mcpu=cypress}}}}}}}}" \
|
||||
%{!msupersparc:-mcpu=cypress}}}}}}}} \
|
||||
%{!m32: \
|
||||
%{p:-mcmodel=medlow} \
|
||||
%{pg:-mcmodel=medlow}}" \
|
||||
NETBSD_CC1_AND_CC1PLUS_SPEC
|
||||
|
||||
/* Make sure we use the right output format. Pick a default and then
|
||||
|
Loading…
Reference in New Issue
Block a user