代码搜索结果
找到约 10,000 项符合
X 的代码
x-pa
# BSD on the PA already has ANSI include files which are c++ compatible.
USER_H = $(EXTRA_HEADERS) $(LANG_EXTRA_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
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
x-alpha
CLIB=-lmld
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