[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Minios-devel] [UNIKRAFT/LIBUNWIND PATCH 1/1] Remove linuxu check


  • To: "minios-devel@xxxxxxxxxxxxx" <minios-devel@xxxxxxxxxxxxx>
  • From: Vlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@xxxxxxxxxxxxxxx>
  • Date: Fri, 30 Aug 2019 12:43:52 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=stud.acs.upb.ro; dmarc=pass action=none header.from=stud.acs.upb.ro; dkim=pass header.d=stud.acs.upb.ro; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=2bGCCo1YJAkJeIM1TfkLq0HN17SA5sh8wUW4MFWRvWA=; b=CEvYO7Dag/Zw5oOTiEXpKUSfH91Wyy+O29W4mbxh//PMD+Kacrfde+UAgGYFaqrtH1nm3KyXRntnRYPrw0I1AEWsLyz0jO5diWSg1xKZgBZBh68pF8K/iu8TSAU2O9rqnMqECbMDuu6StIG54SlSlmwQyqanJ1NrcK5G0GF93kcuJ8eol4RYnrHa60usiONpGoWxMvYQMIOGHCsjOEK8OQZmB+jIPz4f7g+oCu+lNLekZYdimdmnBiyysd5K90XZIZou5TnXAaw8GpyznaGgsqBV8bnYPKUVbIKCGB0nmdTmYdf/i+yUI9w/gfAxllnTCLLQ9h5EX8FagPOZgDE1eQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ja1q3HeJb9t+21UnkqZ+67rbybbZx7SNtWsu7FAKqq4B/B5L+Ex3IC2hBD3Vrv79BSfDpmQNAgkqaO2U2ecB/RYwngtfaki9Al5cEC5rZjUMM30oKDyi67qg0DtNTjdzEi0ZTreVccYzxb9AocLq8ss+sMmyw0EcVQ9Bg5bWZcDl/Kl/nr49n+hWBImK/5Evb52UcEE2Zh1I/cBUUXEV8ZuL8Y9KkkoHlkOfIzqGEw2y5rXrCH8IwTZKU3Ft7m1fGatGQaPLKAxTWqF8ngExknrd664A6k1bumQtSaFpM7B5gveCKzlIif00VzaYFWAqjfaXUvWNVNw19mXPjd/+xA==
  • Authentication-results: spf=none (sender IP is ) smtp.mailfrom=vlad_andrei.badoiu@xxxxxxxxxxxxxxx;
  • Cc: "felipe.huici@xxxxxxxxx" <felipe.huici@xxxxxxxxx>, Vlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@xxxxxxxxxxxxxxx>
  • Delivery-date: Fri, 30 Aug 2019 12:44:01 +0000
  • List-id: Mini-os development list <minios-devel.lists.xenproject.org>
  • Thread-index: AQHVXzCTU0pnglavZ0660Om+ERUwnQ==
  • Thread-topic: [UNIKRAFT/LIBUNWIND PATCH 1/1] Remove linuxu check

Libunwind now works with the staging branch of Unikraft and therefore
we can remove the check for linuxu.

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@xxxxxxxxxxxxxxx>
---
 Config.uk   | 1 -
 Makefile.uk | 3 ---
 2 files changed, 4 deletions(-)

diff --git a/Config.uk b/Config.uk
index 9f78aee..320363a 100644
--- a/Config.uk
+++ b/Config.uk
@@ -2,5 +2,4 @@ menuconfig LIBUNWIND
     bool "libunwind - unwinder"
        select LIBNOLIBC if !HAVE_LIBC
        select LIBCOMPILER_RT
-       depends on !PLAT_LINUXU
     default n
diff --git a/Makefile.uk b/Makefile.uk
index 109e5e8..9473baa 100644
--- a/Makefile.uk
+++ b/Makefile.uk
@@ -42,9 +42,6 @@ ifeq ($(CONFIG_LIBUNWIND),y)
 ifneq ($(CONFIG_LIBCOMPILER_RT),y)
 $(error Require libcompiler_rt)
 endif
-ifeq ($(CONFIG_PLAT_LINUXU), y)
-$(error Libunwind not supported on Linuxu)
-endif
 endif
 
 
################################################################################
-- 
2.20.1


_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.