ProfinetConnector/profinet_stack/p-net/cmake/tools/toolchain/arm926ej-s.cmake

17 lines
519 B
CMake

#********************************************************************
# _ _ _
# _ __ | |_ _ | | __ _ | |__ ___
# | '__|| __|(_)| | / _` || '_ \ / __|
# | | | |_ _ | || (_| || |_) |\__ \
# |_| \__|(_)|_| \__,_||_.__/ |___/
#
# http://www.rt-labs.com
# Copyright 2010 rt-labs AB, Sweden.
# See LICENSE file in the project root for full license information.
#*******************************************************************/
list(APPEND MACHINE
-mlittle-endian
-mcpu=arm926ej-s
)