Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
linker-tool.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2013-2014, Wind River Systems, Inc.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
15#ifndef ZEPHYR_INCLUDE_LINKER_LINKER_TOOL_H_
16#define ZEPHYR_INCLUDE_LINKER_LINKER_TOOL_H_
17
18#if defined(_LINKER)
19#if defined(__GCC_LINKER_CMD__)
21#elif defined(__MWDT_LINKER_CMD__)
23#else
24#error "Unknown toolchain"
25#endif
26#endif
27
28#endif /* ZEPHYR_INCLUDE_LINKER_LINKER_TOOL_H_ */
GCC toolchain linker defs.
Metware toolchain linker defs.