remove the erroneous doublequote after -D__ARM_PCS_VFP

epel9
Jens Petersen 13 years ago
parent cc91b0e429
commit e549e39f58

@ -238,7 +238,7 @@ BUILD_DOCBOOK_HTML = NO
HSCOLOUR_SRCS = NO
%endif
%ifarch armv7hl
SRC_HC_OPTS += -D__ARM_PCS_VFP"
SRC_HC_OPTS += -D__ARM_PCS_VFP
%endif
EOF

Loading…
Cancel
Save