Changeset 63660a3 in mainline for Makefile


Ignore:
Timestamp:
2019-08-17T12:49:43Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
41408d94
Parents:
2c38a55b
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-26 14:31:18)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
Message:

shuffle some variables around

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r2c38a55b r63660a3  
    6262
    6363CROSS_PATH = $(shell dirname "$(CC)")
     64
     65ifeq ($(MACHINE),bmalta)
     66        UARCH = mips32eb
     67endif
    6468
    6569.PHONY: all precheck cscope cscope_parts autotool config_default config distclean clean check releasefile release common export-posix space
Note: See TracChangeset for help on using the changeset viewer.