arm-default-PIC
authorDebian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
Sun, 6 Nov 2016 10:29:41 +0000 (10:29 +0000)
committerMehdi Dogguy <mehdi@debian.org>
Sun, 6 Nov 2016 10:29:41 +0000 (10:29 +0000)
Gbp-Pq: Name 0012-arm-default-PIC.patch

asmcomp/arm/arch.ml

index d93c1e0e46a6dafb7b598a4854c5ea61365a7d98..354110690fd4b0b49b486dd516342776908f5213 100644 (file)
@@ -56,7 +56,7 @@ let (arch, fpu, thumb) =
     end in
   (ref def_arch, ref def_fpu, ref def_thumb)
 
-let pic_code = ref false
+let pic_code = ref true
 
 let farch spec =
   arch := (match spec with