ProfinetConnector/profinet_stack/p-net/cmake/tools/toolchain/arm7tdmi.cmake

18 lines
530 B
CMake
Raw Normal View History

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