Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • O Openwrt
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • olimex
  • Openwrt
  • Repository
Switch branch/tag
  • openwrt
  • rules.mk
Find file BlameHistoryPermalink
  • Florian Fainelli's avatar
    rules.mk: Create TARGET_ASFLAGS; force -mno-mips16 · 5b3445c6
    Florian Fainelli authored Apr 05, 2013
    
    
    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
    5b3445c6

Replace rules.mk

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.