forked from Imagelibrary/seL4
remove obsolete define HAVE_AUTOCONF
Signed-off-by: Axel Heider <axelheider@gmx.de>
This commit is contained in:
committed by
Gerwin Klein
parent
8035f1a7c4
commit
d3e9880ef6
1
CHANGES
1
CHANGES
@@ -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
|
||||
---
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user