|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCH 5/9] build: Add a makefile rule to check valid gcc version
On 15.03.2018 04:39, Wei Chen wrote:
Hum, I think this could be useful to a lot of other places in Unikraft.But for this we should do a split. One definition should just do the test so that the result could be used for if statements. I would call this one 'test_gcc_version'.Yours should use 'test_gcc_version', and use $(error ) if GCC is too old. I would also the not talk about optimization in the error message. You could treat $(3) as optional argument or even remove it. How about something like this: Require GCC version >= $(1).$(2) (found $(CC_VER_MAJOR).$(CC_VER_MINOR)) ################################################################################# _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |