代码搜索:X
找到约 10,000 项符合「X」的源代码
代码结果 10,000
www.eeworm.com/read/158865/5593780
x-romp
# obstack.h assumes that if __STDC__ is defined an ANSI C preprocessor is
# being used. -Hnocpp makes hc use its builtin preprocessor instead of
# /lib/cpp. gcc doesn't use , so it does
www.eeworm.com/read/158865/5593782
x-mach
# Ensure that CPATH is used and suppress lots of warnings.
CC=hc2 -Hcpp -w
# The default `make' on the RT doesn't define MAKE, so do it here.
MAKE=make
www.eeworm.com/read/158865/5593792
x-alpha
CLIB=-lmld
EXTRA_HEADERS = $(srcdir)/config/alpha/va_list.h
www.eeworm.com/read/158865/5593854
x-cygwin
# Don't run fixproto
STMP_FIXPROTO =
# Don't need collect2
USE_COLLECT2 =
www.eeworm.com/read/158865/5593875
x-lynx
# /bin/cc is hopelessly broken, so we must use /bin/gcc instead.
CC = $(OLDCC)
OLDCC = /bin/gcc
# /bin/sh is too buggy, so use /bin/bash instead.
SHELL = /bin/bash
# Show we need to use the C versio
www.eeworm.com/read/158865/5593898
x-beos
# configuration for BeOS
INSTALL=install -c
# Show we need to use the C version of ALLOCA
ALLOCA=alloca.o
# Use it regardless of whether we are compiling with gcc or not.
USE_ALLOCA= `echo "${ALLOCA}
www.eeworm.com/read/158865/5593902
x-mach
# configuration for IBM rs6000 running MACH
# Show we need to use the C version of ALLOCA
ALLOCA=alloca.o
# For some reason, we need -lm for cc1.
CLIB=-lm
www.eeworm.com/read/158865/5593917
x-convex
# ld can make exe's c2-only if this lib is searched even though not loaded
CCLIBFLAGS = -tm c1
# Use -pcc to avoid surprises.
CC = cc -pcc
www.eeworm.com/read/158865/5593936
x-lynx
# /bin/cc is hopelessly broken, so we must use /bin/gcc instead.
CC = $(OLDCC)
OLDCC = /bin/gcc
# /bin/sh is too buggy, so use /bin/bash instead.
SHELL = /bin/bash