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

[Minios-devel] [UNIKRAFT/LIBCXXABI PATCH 1/1] Uncomment thread option checks


  • To: "minios-devel@xxxxxxxxxxxxx" <minios-devel@xxxxxxxxxxxxx>
  • From: Vlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@xxxxxxxxxxxxxxx>
  • Date: Tue, 14 Jan 2020 16:16:14 +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=qdupvIc1YggF6XMn0Jg222qUUfQKs/HWJYH/le0RlEA=; b=bKPn8dUyMpyD0CTWfubI8zU8BFRBUiINeSNDqDjRnk88FhmJVel+iyUz0jPEajIMO/Si/Fp+6JqPhlkvAK4ZlptyoiFQiEHef9VCrT749kyr150QuBiPkSwT9ZIscJwXycnzwWuUUcwR80vvelXpEjLseOHQtLpAxYPdhqJKd2a6ZY6JHFw047zNhyfgbjrlWZPmK+gHiD/fD6XoIH8LTjtnlAanGaBPLeTzB2AbYcltFRuKvfRRsCgciUTTPls/XqOi6NNKP2GP9LuTKlvWi+k6sZseePxDvmW12zSEOrPftdwY0xsBrwzVHmoo6srcmGl3TACDH8JljaHzpcIIrQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=DZWqlMQ+f8jwtoeyH6juu3iYSmcrC3BnjknEHm9KFh/RnJx7Mv73LVRPmgM9jJWC7FqFotVFGEwRiFQqQkd9f7N6z7bY21iMlZbcWJdeGDrmnYD2hjw8phxCA9fYDquGWTk1EKQ67tXeP9DW71/drjZdkT+W0V+6r4Pu5oppVfaiC3bve5oeuXHwDwYrJVGcg1gReOo8CRYabE5zFhmUb1Hki0NrEsWjQsBKVCGDrJH/OoWmXLe/R47ZT7WFQ+pFxOWmCdzVHnWc6Aeqc/J08Gm1IEu0a6IAzewCVqe2/jgdjzwEDgQHwNSz5Lv9z2huiD4oHCO0Xq9vl75tRGEtYQ==
  • 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: Tue, 14 Jan 2020 16:16:28 +0000
  • List-id: Mini-os development list <minios-devel.lists.xenproject.org>
  • Thread-index: AQHVyvXxYf43y5ejPEGnY99xPoblzA==
  • Thread-topic: [UNIKRAFT/LIBCXXABI PATCH 1/1] Uncomment thread option checks

Commit 84107fa4 added an option for thread support but the Makefile
toggle was commented.

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@xxxxxxxxxxxxxxx>
---
 Makefile.uk | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile.uk b/Makefile.uk
index 52e9114..3bc2e91 100644
--- a/Makefile.uk
+++ b/Makefile.uk
@@ -68,9 +68,9 @@ CXXINCLUDES-$(CONFIG_LIBCXXABI) += -I$(LIBCXXABI_SRC)/include
 
################################################################################
 # Global flags
 
################################################################################
-#ifndef CONFIG_LIBCXXABI_THREADS
+ifndef CONFIG_LIBCXXABI_THREADS
 CONFIG_FLAGS   +=      -D _LIBCXXABI_HAS_NO_THREADS
-#endif
+endif
 LIBCXXABI_CFLAGS-y    +=  $(CONFIG_FLAGS)
 LIBCXXABI_CXXFLAGS-y    +=  $(CONFIG_FLAGS)
 
@@ -99,6 +99,6 @@ LIBCXXABI_SRCS-y += $(LIBCXXABI_SRC)/src/private_typeinfo.cpp
 LIBCXXABI_SRCS-y += $(LIBCXXABI_SRC)/src/cxa_handlers.cpp
 LIBCXXABI_SRCS-y += $(LIBCXXABI_SRC)/src/cxa_default_handlers.cpp
 LIBCXXABI_SRCS-y += $(LIBCXXABI_SRC)/src/cxa_guard.cpp
-#ifdef CONFIG_LIBCXXABI_THREADS
+ifdef CONFIG_LIBCXXABI_THREADS
 LIBCXXABI_SRCS-y += $(LIBCXXABI_SRC)/src/cxa_thread_atexit.cpp
-#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®.