]> xenbits.xensource.com Git - unikraft/libs/compiler-rt.git/commit
Config.uk: Remove hard select of UKMMAP
authorAndrei Tatar <andrei@unikraft.io>
Wed, 12 Jul 2023 09:43:11 +0000 (11:43 +0200)
committerUnikraft <monkey@unikraft.io>
Mon, 7 Aug 2023 14:35:43 +0000 (14:35 +0000)
commit56709ec6f518405dccba48dc596b6767515e067f
tree9c9a37ae8b2a380be87d630822d7d2957bc62681
parent55977d515897e515d11e97c21abe2a8dfba291cf
Config.uk: Remove hard select of UKMMAP

Replace the hard `select' on UKMMAP with an `imply', so one can select
alternative mmap implemenations.

Signed-off-by: Andrei Tatar <andrei@unikraft.io>
Reviewed-by: Maria Sfiraiala <maria.sfiraiala@gmail.com>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #16
Config.uk