Skip to content
Snippets Groups Projects
Commit 5b3445c6 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

rules.mk: Create TARGET_ASFLAGS; force -mno-mips16


Create and use a TARGET_ASFLAGS, defaulting to TARGET_CFLAGS.

MIPS .S files reasonably assume they are not in mips16 mode. Because
"-mips16 -mno-mips16" results in -mno-mips16, I can append that to the
TARGET_ASFLAGS. This should be done with $(filter-out)?

Signed-off-by: default avatarJay Carlson <nop@nop.com>
Signed-off-by: default avatarFlorian Fainelli <florian@openwrt.org>

SVN-Revision: 36197
parent 35d716fb
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment