[Git][cmucl/cmucl][issue-484-use-openlibm] Use -I instead of -isystem
Raymond Toy pushed to branch issue-484-use-openlibm at cmucl / cmucl Commits: d460d570 by Raymond Toy at 2026-03-02T08:59:01-08:00 Use -I instead of -isystem - - - - - 1 changed file: - src/lisp/Config.x86_common Changes: ===================================== src/lisp/Config.x86_common ===================================== @@ -131,7 +131,7 @@ endif ifeq ($(filter 2% 3%, $(shell $(CC) -dumpversion)),) CPP_INCLUDE_OPTIONS := -iquote . -iquote $(PATH1) ifndef FEATURE_CORE_MATH -CPP_INCLUDE_OPTIONS += -isystem $(PATH1)/$(OPENLIBM_DIR) -DOPENLIBM_USE_HOST_MATH_H +CPP_INCLUDE_OPTIONS += -I $(PATH1)/$(OPENLIBM_DIR) -DOPENLIBM_USE_HOST_MATH_H endif else CPP_INCLUDE_OPTIONS := -I. -I$(PATH1) -I $(OPENLIBM_DIR) -I- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/d460d570098836f125f7c4fb... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/d460d570098836f125f7c4fb... You're receiving this email because of your account on gitlab.common-lisp.net.
participants (1)
-
Raymond Toy (@rtoy)