代码搜索结果
找到约 10,000 项符合
X 的代码
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
x-pyr
CLIB=-lc /usr/.attlib/libPW.a
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
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
x-dgux
CC = gcc
BISONFLAGS = -l
USER_H = $(EXTRA_HEADERS) $(LANG_EXTRA_HEADERS)
STMP_FIXPROTO =
X_CFLAGS = -O -mstandard -mlegend
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
x-dguxbcs
CC = gcc
BISONFLAGS = -l
USER_H = $(EXTRA_HEADERS) $(LANG_EXTRA_HEADERS)
STMP_FIXPROTO =
x-winnt
STMP_FIXPROTO =
OTHER_FIXINCLUDES_DIRS=${srcdir}
RANLIB = :
RANLIB_TEST = false
OLDCC = cl
MAKE = make
SHELL = sh
SYMLINK = cp
INSTALL = $(srcdir)/install.sh -c
.SUFFIXES: .obj
.c.obj:
$(CC) -c $(ALL
x-vsta
CLIB=-lm
x-dgux
#
# host is ix86 running dgux
#
CC = /bin/gcc
X_CFLAGS = -O -mstandard -mlegend
BOOT_CFLAGS = -O2 -g -mstandard -mlegend $(CFLAGS)
CLIB = -lw32
RANLIB = true
USER_H = $(EXTRA_HEADERS) $(LANG_EXTRA_HEA