remove obsolete define HAVE_AUTOCONF

Signed-off-by: Axel Heider <axelheider@gmx.de>
This commit is contained in:
Axel Heider
2021-11-27 13:40:24 +01:00
committed by Gerwin Klein
parent 8035f1a7c4
commit d3e9880ef6
2 changed files with 2 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ Upcoming release: BINARY COMPATIBLE
* Remove ARMv6 specific configs: KernelGlobalsFrame and KernelDangerousCodeInjectionOnUndefInstr. This removes the
constant seL4_GlobalsFrame from libsel4.
* Implement KernelArmExportPTMRUser and KernelArmExportVTMRUser options for Arm generic timer use access on aarch32.
* Removed obsolete define `HAVE_AUTOCONF`
## Upgrade Notes
---

View File

@@ -128,7 +128,7 @@ macro(KernelCommonFlags)
string(APPEND CMAKE_EXE_LINKER_FLAGS " ${common_flag} ")
endforeach()
endmacro(KernelCommonFlags)
KernelCommonFlags(-nostdlib ${KernelOptimisation} -DHAVE_AUTOCONF)
KernelCommonFlags(-nostdlib ${KernelOptimisation})
if(KernelFWholeProgram)
KernelCommonFlags(-fwhole-program)
endif()