代码搜索结果

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

x-iris3

# Define CC and OLDCC as the same, so that the tests: # if [ x"$(OLDCC)" = x"$(CC)" ] ... # # will succeed (if OLDCC != CC, it is assumed that GCC is # being used in secondary stage builds). We need

x-svr4

# Some versions of SVR4 have an alloca in /usr/ucblib/libucb.a, and if we are # careful to link that in after libc we can use it, but since newer versions of # SVR4 are dropping libucb, it is better t

x-linux-aout

# 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-pa-hpux

ALLOCA=alloca.o # So putenv and other functions get seen by fixproto. FIXPROTO_DEFINES = -D_HPUX_SOURCE

x-mot3300

ALLOCA=alloca.o # This disables the long/short jump optimization. # I use sysV68 R3V7.1 RM04 (phdm@info.ucl.ac.be) # Since ss-950318, with jump optimization enabled, "as" issues a warning # when asse

x-apollo68

# x-apollo68 -- 680x0 based Apollos as host system # vasta@apollo.com says this is how to compile on an Apollo (SR10.x). # Use a Berkeley environment. CC=cc -g -A nansi -A cpu,3000 -A runtype,bsd4.3

x-hp320

# Make assignments for compilation on HPUX with their C compiler. CC=cc -Wc,-Nw2000 -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300 OLDCC=cc -Wc,-Nw2000 -Wc,-Ns2000 -Wc,-Ne700 -Wc,-Np300 ALLOCA=alloca.o # B option

x-dpx2

# need this when using cc ALLOCA = alloca.o # avoid lossage assembling alloca. ALLOCA_FLAGS=-S ALLOCA_FINISH = $(AS) -o alloca.o alloca.s # be sure not to confuse ./as with /bin/as AS=`if [ x$(OLDCC)