t-rtems

来自「这是一个linux 嵌入式系统中很重要的GCC编译器程序」· 代码 · 共 14 行

TXT
14
字号
# RTEMS uses newlib which does not require prototype fixingSTMP_FIXPROTO =# Don't install "assert.h" in gcc.  RTEMS uses the one in newlib.INSTALL_ASSERT_H =# RTEMS always has limits.h.LIMITS_H_TEST = true# If we are building next to newlib, this will let us find the RTEMS# limits.h when building libgcc2.  Otherwise, newlib must be installed# first.LIBGCC2_INCLUDES = -I$(srcdir)/../newlib/libc/sys/rtems/include

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?