代码搜索结果
找到约 10,000 项符合
ARM 的代码
makefile.arm
# $Id: Makefile,v 1.6 2003/03/03 16:38:15 messi Exp $
TARGETS = flreversi
VERMAJ = 0
VERMIN = 7
VERPAT = 0
VERSION = $(VERMAJ).$(VERMIN).$(VERPAT)
CC = arm-linux-g++
# Common directories and
makefile.arm
# This material is inherited from the Linux Makefile: arch/arm/Makefile:
# (2.4.0.-test6 official) -- maybe the last part is not needed, though
#
# This file is included by the global makefile so th
makefile.arm
##############################
# servfox Makefile
##############################
INSTALLROOT=$(PWD)
CC=arm-linux-gcc
INSTALL=install
BIN=/usr/local/bin
SERVFLAGS= -O2 -DLINUX $(WARNINGS)
SERVLIBS
arm.c
extern char arm[20];
static void delay(int time)
{
int i, j, k;
k = 0;
for(i=0; i
arm.c
//#include
extern char arm[20];
void arm_function(void)
{
int i;
char * p = "Hello from ARM world";
for(i=0; i
makefile.arm
# This material is inherited from the Linux Makefile: arch/arm/Makefile:
# (2.4.0.-test6 official) -- maybe the last part is not needed, though
#
# This file is included by the global makefile so th