代码搜索结果
找到约 3,568 项符合
Strip 的代码
makefile
CROSS_COMPILER=/opt/adsp/uClinux08/bfin-linux-uclibc/bin/bfin-linux-uclibc-
CC = $(CROSS_COMPILER)gcc
LD = $(CROSS_COMPILER)gcc
AS = $(CROSS_COMPILER)gcc
STRIP = $(CROSS_COMPILER)strip
T
makefile
embedded = 1
ifndef embedded
CC=gcc
CFLAGS=-g
LDLIBS=-lcrypt -lsqlite3
else
CC = arm-linux-gcc
STRIP=arm-linux-strip
LDFLAGS=-s -Wl,-warn-common -L. -lpthread -lsqlite3 -lcgic
ac1088.pas
program tju1088;
const
maxmap=200;
maxstrips=sqr(maxmap) shr 1;
type
strip=record p,s,e:word;end;
striplist=array[0..maxstrips+1]of strip;
var
map:array[1..maxmap,1..maxmap]of byte;
makefile.in
# Override the default uClibc configuration
ifeq ($(strip $(BR2_TARGET_VIA_EPIA_MII)),y)
ifeq ($(strip $(BR2_PACKAGE_LINUX)),y)
include target/device/Via/epia-mii/linux.mk
TARGETS+=linux
endif
endif
c12.check.comments
# duplicate a dataset, and strip the extras, then compare
nifti_tool -cbl -infiles f4.comment.nii -prefix f4.to.clear.nii
nifti_tool -overwrite -strip -infiles f4.to.clear.nii
nifti_tool -disp_
makefile
#CROSS = /LinuxPPC/CDK/bin/powerpc-linux-
CROSS =/opt/host/armv4l/bin/armv4l-unknown-linux-
CC = $(CROSS)gcc
AR = $(CROSS)ar
STRIP = $(CROSS)strip
LDFLAGS += --static
EXEC = ttytest
OBJS = ttytest.o
makefileold
#CROSS = /LinuxPPC/CDK/bin/powerpc-linux-
CROSS =/opt/host/armv4l/bin/armv4l-unknown-linux-
CC = $(CROSS)gcc
AR = $(CROSS)ar
STRIP = $(CROSS)strip
LDFLAGS += --static
EXEC = ttytest
OBJS = ttytest.o
makefile
#CROSS = /LinuxPPC/CDK/bin/powerpc-linux-
CROSS =/opt/host/armv4l/bin/armv4l-unknown-linux-
CC = $(CROSS)gcc
AR = $(CROSS)ar
STRIP = $(CROSS)strip
LDFLAGS += --static
EXEC = ttytest
OBJS = ttytest.o