fix a merge error.

This commit is contained in:
mrg 2011-07-01 01:24:04 +00:00
parent 6a59c048bc
commit 6a5d3863fb

View File

@ -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