x-riscix

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

TXT
9
字号
# Define new names for the getopt library, so that we don't have to statically# link [un]protoize.  We have dirent.h not sys/dir.h, so define POSIX.X_CFLAGS= -DPOSIX -Dopterr=gcc_opterr -Doptind=gcc_optind \	 -Dgetopt=gcc_getopt -Doptarg=gcc_optarg# Compile in BSD mode.OLDCC=/usr/ucb/ccCC=$(OLDCC)FIXPROTO_DEFINES= -D_POSIX_SOURCE -D_XOPEN_C -D_BSD_C -D_XOPEN_SOURCE

⌨️ 快捷键说明

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