remove the erroneous doublequote after -D__ARM_PCS_VFP

This commit is contained in:
Jens Petersen 2012-04-23 19:13:27 +09:00
parent 02d6827bb4
commit 8d5c7715aa
1 changed files with 1 additions and 1 deletions

View File

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