代码搜索结果
找到约 10,000 项符合
X 的代码
x-vax
# If compiling GCC with the Unix assembler, -J will handle a large function.
# With GAS, it should have no effect.
X_CPPFLAGS = -J
x-linux
# It is defined in config/xm-linux.h.
# X_CFLAGS = -DPOSIX
# The following is needed when compiling stages 2 and 3 because gcc's
# limits.h must be picked up before /usr/include/limits.h. This is be
x-riscix
# 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
x-pa
# BSD on the PA already has ANSI include files which are c++ compatible.
INSTALL_HEADERS=
STMP_FIXPROTO=
x-crds
CC = cc -Wx,-X23
# The following line might be necessary as well or instead of the above.
# If you find out that it is necessary,
# or if you find out that it is not necessary,
# please inform bug-gc
x-amix
# Makefile configuration for Commodore Amiga running SVR4.
# (configure amiga-amix)
# The Amiga ships with gcc installed, so use it as the default CC.
CC = /usr/public/bin/gcc
# The AT&T compiler i
x-ccur
# Specify the jobs library when building in the ATT universe.
CLIB = -ljobs
X_CFLAGS = -O0 -DSHORT_ENUM_BUG -Dregister=
x-tower
# On the NCR Tower 32 running SVR3, says ra@intsys.no :
# Do *not* enable optimization in CFLAGS when using the native cc, because:
# a) The optimizer seems to loop when invoked with -O2.
# b) The -O1
x-next
# Make assignments for compiling on NeXT with their compiler version.
CC=cc -traditional-cpp
OLDCC=CC -traditional-cpp
# Specify other dirs of system header files to be fixed.
OTHER_FIXINCLUDES_DIRS=
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