try disabling debian ARM-VFPv3D16 patch

/usr/bin/ld: error: /tmp/ghc24961_0/ghc24961_0.o uses VFP register arguments, libraries/base/dist-install/build/GHC/Event/Clock.o does not
This commit is contained in:
Jens Petersen 2012-04-14 12:18:52 +09:00
parent 9bcd864566
commit 759e833d8b

View File

@ -99,7 +99,7 @@ Patch9: Cabal-fix-dynamic-exec-for-TH.patch
Patch10: fix-ARM-s-StgCRun-clobbered-register-list-for-both-A.patch Patch10: fix-ARM-s-StgCRun-clobbered-register-list-for-both-A.patch
Patch11: fix-ARM-StgCRun-to-not-save-and-restore-r11-fp-regis.patch Patch11: fix-ARM-StgCRun-to-not-save-and-restore-r11-fp-regis.patch
# Debian armhf fixes # Debian armhf fixes
Patch12: ghc-debian-ARM-VFPv3D16.patch #Patch12: ghc-debian-ARM-VFPv3D16.patch
Patch13: ghc-debian-armhf_llvm_abi.patch Patch13: ghc-debian-armhf_llvm_abi.patch
%description %description
@ -219,7 +219,7 @@ ln -s $(pkg-config --variable=includedir libffi)/*.h rts/dist/build
%ifarch armv7hl armv5tel %ifarch armv7hl armv5tel
%patch10 -p1 -b .arm1 %patch10 -p1 -b .arm1
%patch11 -p1 -b .arm2 %patch11 -p1 -b .arm2
%patch12 -p1 -b .arm #%%patch12 -p1 -b .arm
%patch13 -p1 -b .arm %patch13 -p1 -b .arm
%endif %endif