代码搜索:X
找到约 10,000 项符合「X」的源代码
代码结果 10,000
www.eeworm.com/read/186388/5233443
x-alpha
CLIB=-lmld
EXTRA_HEADERS = $(srcdir)/config/alpha/va_list.h
www.eeworm.com/read/186388/5233505
x-cygwin
# Don't run fixproto
STMP_FIXPROTO =
# Don't need collect2
USE_COLLECT2 =
www.eeworm.com/read/186388/5233526
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/186388/5233549
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/186388/5233553
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/186388/5233568
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/186388/5233587
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
www.eeworm.com/read/186388/5233599
x-dgux
CC = gcc
BISONFLAGS = -l
USER_H = $(EXTRA_HEADERS) $(LANG_EXTRA_HEADERS)
STMP_FIXPROTO =
X_CFLAGS = -O -mstandard -mlegend
www.eeworm.com/read/186388/5233604
x-dolph
# Use link editor directives to make NULL pointers point to
# invalid addresses.
EXTRA_PARTS=crtbegin.o crtend.o gcc.ld
gcc.ld: $(srcdir)/config/m88k/dolphin.ld
rm -f gcc.ld; cp $(srcdir)/config/m