Home | History | Annotate | Download | only in amldb
History log of /src/usr.sbin/acpitools/amldb/Makefile
RevisionDateAuthorComments
 1.9  03-Jun-2023  lukem bsd.own.mk: rename GCC_NO_* to CC_WNO_*

Rename compiler-warning-disable variables from
GCC_NO_warning
to
CC_WNO_warning
where warning is the full warning name as used by the compiler.

GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.
 1.8  12-Sep-2020  jmcneill Add HAVE_ACPI and HAVE_UEFI flags to bsd.own.mk and use them to
conditionally include ACPI and UEFI bits instead of relying on adhoc
MACHINE_ARCH tests.
 1.7  11-Sep-2020  jmcneill Build acpi tools and iasl on aarch64eb, and fix set lists for MKDEBUG.
 1.6  13-Oct-2019  mrg introduce some common variables for use in GCC warning disables:

GCC_NO_FORMAT_TRUNCATION -Wno-format-truncation (GCC 7/8)
GCC_NO_STRINGOP_TRUNCATION -Wno-stringop-truncation (GCC 8)
GCC_NO_STRINGOP_OVERFLOW -Wno-stringop-overflow (GCC 8)
GCC_NO_CAST_FUNCTION_TYPE -Wno-cast-function-type (GCC 8)

use these to turn off warnings for most GCC-8 complaints. many
of these are false positives, most of the real bugs are already
commited, or are yet to come.


we plan to introduce versions of (some?) of these that use the
"-Wno-error=" form, which still displays the warnings but does
not make it an error, and all of the above will be re-considered
as either being "fix me" (warning still displayed) or "warning
is wrong."
 1.5  14-Oct-2018  jmcneill Add acpidump, amldb, and iasl to aarch64 build.
 1.4  23-Jan-2016  christos branches: 1.4.14; 1.4.16;
Define _KERNTYPES for things that need it.
 1.3  14-Feb-2009  abs Convert more MACHINE tests to MACHINE_ARCH
 1.2  14-Jan-2007  christos branches: 1.2.20;
only build on i386 and amd64.
 1.1  14-Jan-2007  christos Add acpitools
 1.2.20.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.4.16.2  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.4.16.1  10-Jun-2019  christos Sync with HEAD
 1.4.14.1  20-Oct-2018  pgoyette Sync with head

RSS XML Feed