#!gbuild

macro HAS_INSTPROEPI=true
macro HAS_LIBCXX=true
macro SAFE_MEM_FUNCS=true
macro SUPPORT_HALF_PRECISION_TYPE=true
[Project]
	:outputDir=${%expand_path(./objs)}
	-object_dir=${%expand_path(./objs)}
	-dbg_source_root ../..
	-DEMBEDDED
	-DSUPPORTS_PACKED_STRUCTURES
	-Xallow_itm_cond_store
	${DEBUG_LEVEL}
	-gtws
	-I../../src/libsys
	:sourceDir=../../src/libsys
	-Ospace
	-Omax
	{ isdefined(ARM64_REPLAY) &&  ARM64_REPLAY} -globalreg=2
	{!isdefined(ARM64_REPLAY) || !ARM64_REPLAY} -globalreg=1
	-X2977 # no_data_in_text
	-D__GHS_NO_DATA_IN_TEXT__
	-arm64_errata_1183550
	-codefactor
	-startfile_dir=${%expand_path(.)}
	:noSelfDepend
	:select=a64
	:select=cxx
	:select=cc
	:select=c
	:debug_option=ghs_library
	:deflibdirs=${%expand_path(.)}
	-XINTEGRITY
	-D__INTEGRITY_SHARED_LIBS
	:passThrough=-fee_jmpbuf
libsys.gpj		[Library]
	:sourceDir=../../src/libsys
