diff options
| author | hathach <[email protected]> | 2013-05-09 17:26:31 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-05-09 17:26:31 +0700 |
| commit | c70990703f20ee801e4a069e7e16be83d2690cc1 (patch) | |
| tree | 2877f2a91d56d35d520524c85afc01a05de078da | |
| parent | 69ecb430f71bc466d63b0d1f7d99b8f714cf06bd (diff) | |
use -mx32, as travis use x86 version of linux gcc
| -rw-r--r-- | tests/project.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/project.yml b/tests/project.yml index 174c1568c..7061e879b 100644 --- a/tests/project.yml +++ b/tests/project.yml @@ -42,7 +42,7 @@ # 1) remove the trailing [] from the :common: section # 2) add entries to the :common: section (e.g. :test: has TEST defined) :commmon: &common_defines - - MCU=MCU_LPC43XX -std=gnu99 -m32 + - MCU=MCU_LPC43XX -std=gnu99 -mx32 - CORE_M4 - __CODE_RED - _TINY_USB_SOURCE_FILE_ |
