aboutsummaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2016-04-26Merge "Cherry-pick: Use DejaGnu linaro-local/stable branch." into bkk16Yvan Roux
2016-04-26Cherry-pick: [bug 2041] use -t ssh option.Yvan Roux
Change-Id: I547b34c14c9724dc5ed141b4eb9a6d174faa58a0
2016-04-26Cherry-pick: Use DejaGnu linaro-local/stable branch.Yvan Roux
Change-Id: Ic67f81246dbfb269901fd65f47942026fe39ade6
2016-03-01[bug 2041] add -tt to ssh optionsCharles Baylis
various tests may change behaviour when not run under a pty, so use ssh -tt to ensure a pty is allocated. Change-Id: I40572f797ee89f9ef79751f2237a2e1062404bfe
2015-12-03Use --with-multilib-list to specify the much larger list of supported ↵Rob Savoye
variants for ARM bare metal targets. Bug #1920 Change-Id: Ie52d30953c86cf881ba9c3d9e917521640adf953
2015-11-11Test arm-linux-gnueabi[hf] on real hardwareMaxim Kuvyrkov
This will use r1-a7.aus for cross-testing from Hetzner, and test-armv8-01.tcwglab for Cambridge Lab. Both these machines have 3.19 kernel running on them, and seem to be stable. This leaves only armeb-linux-gnueabi[hf] for QEMU testing. Change-Id: I0ecea07fa293a4c1dd2a76c7230007617c220da8
2015-09-22Add the right configure options for armv8l.Rob Savoye
Change-Id: I620ed14b671c8756131c9c34e49056816a9ecf08
2015-09-18Add support to use Mingw2 expat dev package for win2 GDB builds.Rob Savoye
Change-Id: I11fc57997f48a8a792a227348979a95d2d320fcd
2015-08-17Replace all instances of staging.git.linaro.org with git.linaro.org.Ryan S. Arnold
The staging.git.linaro.org server will now 404 so we need to direct all uses to git.linaro.org. The testsuite/test.sh now passes clean. Change-Id: I952385b7893413ce363de818d1d060fd98c39da3
2015-08-13Use InstallJammer to build installable packages for windows and Linux.Rob Savoye
Change-Id: I2c5178823b289434554a9a1449b1c592883c7587
2015-08-03Merge "Make GDB build the python support by default."Ryan Arnold
2015-08-03Make GDB build the python support by default.Rob Savoye
For cross mingw builds, download the win32 python package for mingw so GDB can use that. Change-Id: Ie03b4e0efa409f2bf6668a766f25bcae93edf291
2015-08-03Merge "Upgrade MPFR from version 3.1.2 to 3.1.3"Ryan Arnold
2015-08-03Upgrade MPFR from version 3.1.2 to 3.1.3Rob Savoye
Change-Id: I63a90ecff3e0625cf706f451ca44e4f2f2cccbb4
2015-08-03Upgrade MPC from version 1.0.1 to 1.0.3Rob Savoye
Change-Id: I384e59b342b0896af984b85f01cdc156f13efc67
2015-08-03Upgrade GMP from version 5.1.3 to 6.0.0aRob Savoye
Change-Id: I31210c41f3f7562f6358bc4e884b552f668ee279
2015-07-21only pass --enable-multi-arch for armv7 targetsRob Savoye
Change-Id: I1d863fc36d5470204aec522ff6060b74b6fb640e
2015-07-17Switch aarch64-linux-gnu testing to use real HWMaxim Kuvyrkov
We can't use real hardware for all of aarch64-linux-gnu, arm-linux-gnueabi, and arm-linux-gnueabihf testing because the board crashes. We can't use QEMU for aarch64-linux-gnu testing because QEMU gets out of control and fills the system with its processes. The current attempt leaves testing of armv7/aarch32 on QEMU (which works OK), and will use ARMv8 board for aarch64-linux-gnu testing in hopes that it can deal with a third of the load. Change-Id: I24dd35a991e5d975d88f55a23782d400f77e64b5
2015-07-17Fix native testing of armv8l-linux-gnueabihf toolchainsMaxim Kuvyrkov
Native testing of aarch32 toolchains were falling through to the last catch-all clause and attempting to use qemu-armv8l on aarch64 host. This patch adds armv[78]l-*linux-gnueabi* alongside arm-*linux-gnueabi*. Change-Id: I5796d60c0a6ca759ec684b54d976b457ff26b4c9
2015-07-17Merge "Use QEMU for arm-linux-gnueabi[hf] and aarch64-linux-gnu cross-testing"Rob Savoye
2015-07-16Change to upstream branch of glibc 2.21Rob Savoye
Change-Id: I8e0d5845b5247905d22b21053329456b27478fc1
2015-07-15Use QEMU for arm-linux-gnueabi[hf] and aarch64-linux-gnu cross-testingMaxim Kuvyrkov
Our armv8 testers are crashing every other day under load from cross-testing. This patch switches cross-testing to use a dedicated x86_64 machine to execute aarch32/aarch64 tests using QEMU. ARMv8 builders will still be used for native aarch32/aarch64 testing. Change-Id: I56200b37b3aa85bb92e8b9da9a339a04827e2b69
2015-07-10Fix typos in sed commands. Add missing end quote. Don't match spaces that ↵Jim Wilson
might not exist. Correct spelling of plugins. Change-Id: Ibba5e655d496a97828328f515e30b9e72e14a4b5
2015-07-10Merge "Enable multilib for arm-eabi since newlib already supports it."Ryan Arnold
2015-07-10Enable multilib for arm-eabi since newlib already supports it.Rob Savoye
Leave multilib disabled for arm*-gnu targets since glibc doesn't support it. Change-Id: Id59311de7d2f7fcdb8b1689db2ed127009e0bc93
2015-07-10Merge "Don't enable multiarch for bare metal builds."Ryan Arnold
2015-07-10Merge "build gcc 5 by default"Maxim Kuvyrkov
2015-07-10Merge "build binutils 2.25 by default"Maxim Kuvyrkov
2015-07-09Simplify handling of QEMU testing in linaro.expMaxim Kuvyrkov
Change-Id: I1e497d3cb6575b4ae4ec42ee507433f00241e044
2015-07-08build gcc 5 by defaultRob Savoye
Change-Id: I516a686d5f5947c646cb64a7dd3f40528686f9a8
2015-07-08build binutils 2.25 by defaultRob Savoye
Change-Id: If9ba6ed2703973a57720a3f52b1c740c91f37c3b
2015-07-07Upgrade to FSF GDB 7.10 treeYao Qi
FSF GDB 7.10 release branch is created, and we can use 7.10 release in linaro release too. Change-Id: I5b2fd4bc48837846d2893ae7fa6246c9d1e08821
2015-07-06Don't enable multiarch for bare metal builds.Rob Savoye
Change-Id: Ife94feb002378d64dcdfd0fc6d87e8df692eac9d
2015-06-25Support 2 labs in dejagnu board filesMaxim Kuvyrkov
Rework handling of hetzner/tcwglab labs in linaro.exp and rename board files accordingly. Change-Id: I50c1e0adffec28f7895524c7564ac90292afa5b2
2015-06-03Update "latest" gcc branch to new repo layoutMaxim Kuvyrkov
Change-Id: I9c564b80d25322a4ceb59140440e0ba8e4693238
2015-05-27Match both buildslave and tcwg-buildslave in linaro.expMaxim Kuvyrkov
Change-Id: I6b3f657de70f8162b16ff40da3e5b07efdab7269
2015-05-27Update dejagnu board files to match current state of the worldMaxim Kuvyrkov
All testing is done on either r1-a7.aus-colo or tcwg-ex40-01. Note that tcwg-tcwgex40.exp and tcwg-tcwgex40qemu.exp are already pointing to tcwg-ex40-01. Change-Id: Id5640e31781a1368f24288da5a6a003751752b54
2015-05-26Merge "Use the latest GDB release"Ryan S Arnold
2015-05-22Use the latest GDB releaseRob Savoye
Add ChangeID. Change-Id: Ie018190875da8060f8e8795f57c9573a10bb8445
2015-05-21make new errata configure options only used for aarch64Rob Savoye
Change-Id: I373928e3cc18db38769bbf4c43a9c8662d733b38
2015-05-12upgrade to a newer Linaro kernelRob Savoye
Change-Id: Ie44edbd698a11f2a2fc00e9581f5f6d7698c7f46
2015-04-30add configure flag for the erratum #843419 workaround.Yvan Roux
2015-04-30add --enable-newlib-mb to configure optionsRob Savoye
2015-04-29 --fix-cortex-a53-843419 is not a configure option, it's for LDFLAGSRob Savoye
2015-04-29add --fix-cortex-a53-843419 to default_flagsRob Savoye
2015-04-29move errate config option to default_flagsRob Savoye
2015-04-21Merge branch 'master' of ssh://git.linaro.org/toolchain/abeRob Savoye
Merge upstream patches from gerrit.
2015-04-21options only need two dashes, not threeRob Savoye
2015-04-16Don't recommend or require -none- for a linux target.Jim Wilson
Change-Id: I5db1621c31aa6aab6a1f40a8b320cd2abbd6ff5e
2015-04-13Add --mcpu and --mtune options, and make --march work.Jim Wilson
Change-Id: Ifb46d87cb136230b6a3a922f62586d7fd4fa88ef