lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master fbcd6ee8 04/13: Don't use UBSan with antedilu


From: Greg Chicares
Subject: [lmi-commits] [lmi] master fbcd6ee8 04/13: Don't use UBSan with antediluvian targets
Date: Tue, 7 Jun 2022 16:39:09 -0400 (EDT)

branch: master
commit fbcd6ee81386fee1520567958b440055b9a5d23b
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Don't use UBSan with antediluvian targets
---
 workhorse.make | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/workhorse.make b/workhorse.make
index 095f5ef6..3354db7a 100644
--- a/workhorse.make
+++ b/workhorse.make
@@ -85,6 +85,16 @@ $(srcdir)/objects.make:: ;
 
 excluded_default_targets :=
 
+# 'antediluvian' targets are incompatible with UBSan.
+
+ifeq (ubsan,$(findstring ubsan,$(build_type)))
+  excluded_default_targets += \
+    antediluvian_cgi$(EXEEXT) \
+    antediluvian_cli$(EXEEXT) \
+    libantediluvian$(SHREXT) \
+
+endif
+
 # Effective default target (described above under "Default target").
 
 default_targets := \



reply via email to

[Prev in Thread] Current Thread [Next in Thread]