git: f0c4b42c6089 - main - nanobsd: remove comment about keeping C++ enabled
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Mar 2023 16:47:44 UTC
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=f0c4b42c608946ceb04241508e118953d841d3e5 commit f0c4b42c608946ceb04241508e118953d841d3e5 Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2023-03-03 16:13:44 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2023-03-03 16:47:36 +0000 nanobsd: remove comment about keeping C++ enabled It's no longer possible to disable C++ so there's no need to comment on it. Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D38883 --- tools/tools/nanobsd/dhcpd/common | 1 - tools/tools/nanobsd/embedded/common | 1 - 2 files changed, 2 deletions(-) diff --git a/tools/tools/nanobsd/dhcpd/common b/tools/tools/nanobsd/dhcpd/common index 07b3f3963d0b..dbd570d5e3c7 100644 --- a/tools/tools/nanobsd/dhcpd/common +++ b/tools/tools/nanobsd/dhcpd/common @@ -98,7 +98,6 @@ NANO_MAKEFS="makefs -B big \ -o bsize=4096,fsize=512,density=8192,optimization=space" export NANO_MAKEFS -# NB: leave c++ enabled so devd can be built CONF_BUILD=" WITHOUT_ACPI=true WITHOUT_ATM=true diff --git a/tools/tools/nanobsd/embedded/common b/tools/tools/nanobsd/embedded/common index 3998764311bb..37d7421a9a58 100644 --- a/tools/tools/nanobsd/embedded/common +++ b/tools/tools/nanobsd/embedded/common @@ -128,7 +128,6 @@ cust_install_machine_files ( ) ( customize_cmd cust_install_files customize_cmd cust_install_machine_files -# NB: leave c++ enabled so devd can be built CONF_BUILD=" LOCAL_XTOOL_DIRS=usr.bin/mkimg WITHOUT_ACPI=true