代码搜索结果

找到约 3,568 项符合 Strip 的代码

main5.out

line read: Alice Emma has long flowing red hair. Her Daddy says line read: when the wind blows through her hair, it looks almost alive, line read: like a fiery bird in flight. A beautiful fiery bi

datediff.sh

#!/bin/bash # Usage: ./days-diff.sh [M]M/[D]D/YYYY [M]M/[D]D/YYYY ARGS=2 # Two command line parameters expected. E_PARAM_ERR=65 # Param error. REFYR=1600 # Referen

main5.out

line read: Alice Emma has long flowing red hair. Her Daddy says line read: when the wind blows through her hair, it looks almost alive, line read: like a fiery bird in flight. A beautiful fiery bi

makefile

CROSS_COMPILE = arm-linux- CC = $(CROSS_COMPILE)gcc CXX = $(CROSS_COMPILE)gcc STRIP = $(CROSS_COMPILE)strip INCLUDE = -I. -I../TTMP/ -I../TTMP/Linux -I../golinux/include/barcelona CPPFLAGS = $(I

datediff.sh

#!/bin/bash # Usage: ./days-diff.sh [M]M/[D]D/YYYY [M]M/[D]D/YYYY ARGS=2 # Two command line parameters expected. E_PARAM_ERR=65 # Param error. REFYR=1600 # Referen

datediff.sh

#!/bin/bash # Usage: ./days-diff.sh [M]M/[D]D/YYYY [M]M/[D]D/YYYY ARGS=2 # Two command line parameters expected. E_PARAM_ERR=65 # Param error. REFYR=1600 # Referen

makefile

ARCH=arm CROSSCOMPILE=/home/Kendin/tools/bin/arm-linux- CC=${CROSSCOMPILE}gcc LD=${CROSSCOMPILE}ld AR=${CROSSCOMPILE}ar AS=${CROSSCOMPILE}as STRIP=${CROSSCOMPILE}strip RANLIB=${CROSSCOMPILE}ranlib LD_

tools.mk

# # Addresses of things unless overridden # ifeq ($(strip ${CFG_UNCACHED}),1) CFG_TEXT_START ?= 0xBFC00000 CFG_DATA_START ?= 0xA1F00000 CFG_ROM_START ?= 0xBFC00000 else CFG_TEXT_START ?= 0x9

makefile.am

########################################################################### # # Some consistent rules for building asm files: STRIP_FPIC = sh $(top_srcdir)/strip_fPIC.sh SUFFIXES = .asm .asm.lo: $