diff options
author | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2014-05-22 11:17:05 +0000 |
---|---|---|
committer | doko <doko@6ca36cf4-e1d1-0310-8c6f-e303bb2178ca> | 2014-05-22 11:17:05 +0000 |
commit | d73df7317a1c057b389400390bee1f845b2a4bd8 (patch) | |
tree | 78341ab12053944b44434013d03da4279b520b7b | |
parent | 612cd680fadcf18017081af86c4f45536f6449e6 (diff) | |
download | gcc-48-d73df7317a1c057b389400390bee1f845b2a4bd8.tar.gz |
- Adjust Linaro architectures for Ubuntu
git-svn-id: svn://svn.debian.org/svn/gcccvs/branches/sid/gcc-4.8@7404 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
-rw-r--r-- | debian/rules.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules.defs b/debian/rules.defs index 0844e21..071bf40 100644 --- a/debian/rules.defs +++ b/debian/rules.defs @@ -309,7 +309,7 @@ endif # build using fsf or linaro ifeq ($(distribution),Ubuntu) ifeq (,$(findstring gnat, $(PKGSOURCE))) - ifneq (,$(findstring $(DEB_TARGET_ARCH),amd64 i386 arm64 armel armhf)) + ifneq (,$(findstring $(DEB_TARGET_ARCH),arm64 armel armhf)) with_linaro_branch = yes endif endif |