From c70990703f20ee801e4a069e7e16be83d2690cc1 Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 9 May 2013 17:26:31 +0700 Subject: [PATCH] use -mx32, as travis use x86 version of linux gcc --- tests/project.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_