代码搜索:X

找到约 10,000 项符合「X」的源代码

代码结果 10,000
www.eeworm.com/read/186388/5233221

x-linux

# Don't run fixproto STMP_FIXPROTO = # Don't install "assert.h" in gcc. We use the one in glibc. INSTALL_ASSERT_H =
www.eeworm.com/read/186388/5233252

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
www.eeworm.com/read/186388/5233274

x-pa

# BSD on the PA already has ANSI include files which are c++ compatible. USER_H = $(EXTRA_HEADERS) $(LANG_EXTRA_HEADERS) STMP_FIXPROTO=
www.eeworm.com/read/186388/5233315

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
www.eeworm.com/read/186388/5233336

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
www.eeworm.com/read/186388/5233367

x-ccur

# Specify the jobs library when building in the ATT universe. CLIB = -ljobs X_CFLAGS = -O0 -DSHORT_ENUM_BUG -Dregister=
www.eeworm.com/read/186388/5233369

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
www.eeworm.com/read/186388/5233372

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=
www.eeworm.com/read/186388/5233431

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/186388/5233433

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