diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/rules.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules.patch b/debian/rules.patch index 487cdf4..1ea7543 100644 --- a/debian/rules.patch +++ b/debian/rules.patch @@ -19,7 +19,7 @@ debian_patches = \ $(if $(with_linaro_branch),gcc-linaro-no-local) \ # FIXME: pr61208 requires Linaro 4.9-2014.04. - $(if $(with_linaro_branch),pr61208-linaro) \ +# $(if $(with_linaro_branch),pr61208-linaro) \ ifeq ($(with_java),yes) # debian_patches += \ |