[PATCH arm/embedded-4_7-branch]fix fialure of mtune option

2013-06-05 Thread Bin Cheng
Hi, This patch fixes failure of command "arm-none-eabi-gcc -O2 -mthumb -mtune=cortex-m4 ..." on arm/embedded-4_7-branch by removing the assertion in arm_cortex_v7m_branch_cost. Is it OK? Thanks. 2013-06-06 Bin Cheng * config/arm/arm.c (arm_cortex_v7m_branch_cost): Remove assertion

Re: [PATCH arm/embedded-4_7-branch]fix fialure of mtune option

2013-06-05 Thread Ye Joey
OK to embedded-4_7-branch. Thanks, Joey On Thu, Jun 6, 2013 at 9:43 AM, Bin Cheng wrote: > Hi, > This patch fixes failure of command "arm-none-eabi-gcc -O2 -mthumb > -mtune=cortex-m4 ..." on arm/embedded-4_7-branch by removing the assertion > in arm_cortex_v7m_branch_cost. > > Is it OK? > > Than