#//
#// $Id: POSIX_X86_config 2401 2023-10-05 11:27:47Z peter-liesner $
#//
#// DESCRIPTION    Config file to make TRDP for POSIX_X86 target
#//
#// AUTHOR         Christoph Schneider, Bombardier Transportation GmbH
#//
#// All rights reserved. Reproduction, modification, use or disclosure
#// to third parties without express authority is forbidden.
#// Copyright Bombardier Transportation GmbH, Germany, 2013-2021.
#//

ARCH = posix
TARGET_VOS = posix
TARGET_OS = POSIX
TCPREFIX = 
TCPOSTFIX = 
DOXYPATH = /usr/local/bin/

CFLAGS += -O2 -Wall -fstrength-reduce -fno-builtin -fsigned-char -pthread -fPIC -DL_ENDIAN
LDFLAGS += -lrt

INCPATH += -I/usr/include/uuid
CFLAGS +=  -DHAS_UUID
LDFLAGS += -luuid

MD_SUPPORT = 1
#PD_UNICAST_SUPPORT = 1
