Re: [PATCH] merge_config.sh: Add the ability to perform make with an ARCH

2015-07-24 Thread Dan Murphy
Yamada On 07/24/2015 01:23 AM, Masahiro Yamada wrote: > Hi Dan, > > > 2015-07-24 5:51 GMT+09:00 Dan Murphy : >> The script does not allow building for different architectures. >> It may assume that the developer has set the ARCH as a global >> variable. >> >> Add a switch argument to pass in the d

Re: [PATCH] merge_config.sh: Add the ability to perform make with an ARCH

2015-07-23 Thread Masahiro Yamada
Hi Dan, 2015-07-24 5:51 GMT+09:00 Dan Murphy : > The script does not allow building for different architectures. > It may assume that the developer has set the ARCH as a global > variable. > > Add a switch argument to pass in the desired architecture. > Then verify that that architecture is suppo

[PATCH] merge_config.sh: Add the ability to perform make with an ARCH

2015-07-23 Thread Dan Murphy
The script does not allow building for different architectures. It may assume that the developer has set the ARCH as a global variable. Add a switch argument to pass in the desired architecture. Then verify that that architecture is supported in the arch directory. If not exit if it is supported