代码搜索结果

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

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-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

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 = /bin/gcc # Build libgcc.a, crtbegin.o, and crtend.o as bcs objects GCC_FOR_TARGET = PATH=/usr/sde/m88kbcs/usr/bin/:/usr/bin TARGET_BINARY_INTERFACE=m88kbcs ./xgcc -B./ -msvr3 -D_M88KBCS_TARGET -m

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 = /bin/gcc # Build libgcc.a, crtbegin.o, and crtend.o as bcs objects GCC_FOR_TARGET = PATH=/usr/sde/m88kbcs/usr/bin/:/usr/bin TARGET_BINARY_INTERFACE=m88kbcs ./xgcc -B./ -msvr3 -D_M88KBCS_TARGET BI