Commit 589793db authored by Ivan Tyagov's avatar Ivan Tyagov

We can safely use 'gcc' on Armv7 and x64 architectures as it is

usually pointing to proper compilator for respective platform.
parent eea09c46
CC=$(C_COMPILER)
CC=gcc
CFLAGS= -I $(OPEN62541_SOURCE_HOME)
LDFLAGS= -L $(OPEN62541_HOME)/lib
EXTRA_FLAGS=$(C_COMPILER_EXTRA_FLAGS)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment