代码搜索:linux

找到约 10,000 项符合「linux」的源代码

代码结果 10,000
www.eeworm.com/read/158865/5593866

h linux.h

/* Definitions of target machine for GNU compiler, for IBM RS/6000 running AIX version 3.1. Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. Contributed by Michael Meissner
www.eeworm.com/read/158865/5593909

t-linux

# Don't run fixproto STMP_FIXPROTO = # Don't install "assert.h" in gcc. We use the one in glibc. INSTALL_ASSERT_H = # Compile crtbeginS.o and crtendS.o with pic. CRTSTUFF_T_CFLAGS_S = -fPIC # Compil
www.eeworm.com/read/158865/5594069

h linux.h

/* Definitions for Intel 386 running Linux-based GNU systems with ELF format. Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. Contributed by Eric Youngdale. Modified
www.eeworm.com/read/158865/5594197

h linux.h

/* Definitions for SPARC running Linux-based GNU systems with ELF. Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. Contributed by Eddie C. Dost (ecd@skynet.be) This file is part o
www.eeworm.com/read/158865/5594491

mt linux.mt

# Use the libio which comes with the local libc. # Comment this out to avoid including the stdio functions in libiostream.a: # LIBIOSTREAM_OBJECTS = $(IO_OBJECTS) $(IOSTREAM_OBJECTS) $(STDIO_WRAP_OBJ
www.eeworm.com/read/157556/5605497

linux makefile.linux

# Defines for example NSAPI programs running under SOLARIS CC_CMD=gcc -D_REENTRANT LD_SHAREDCMD=ld -G all: prepare: OS_TYPE=linux INCLUDEDIR=../common JAVA_INCLUDE=$(JAVA_HOME)/include JK_OBJS =
www.eeworm.com/read/156531/5611516

pl linux.pl

# libc6, aka glibc2, seems to need STRUCT_TM_HASZONE defined. # Thanks to Bart Schuller # See Message-ID: # XXX A Configure test is needed
www.eeworm.com/read/156531/5611529

patches linux.patches

*** sdbm.dist/./dbu.c Mon Feb 17 21:18:52 1992 --- sdbm/./dbu.c Mon Feb 17 21:11:20 1992 *************** *** 12,18 **** #endif extern int getopt(); ! extern char *strchr(); extern voi
www.eeworm.com/read/155397/5622566

linux makefile.linux

all: libgetenv.so libgetenv.so: net_tinyos_util_Env.h net_tinyos_util_Env.c gcc "-I$(JDK)/include" -shared -fpic net_tinyos_util_Env.c -o$@ install: libgetenv.so install libgetenv.so "$(JNI)" rpm
www.eeworm.com/read/155374/5625547

linux makefile.linux

CFLAGS=-g -I/usr/include -I../../include/ -O0 -Wall CC=gcc .y.c: bison -d -o $@ $< .l.c: flex -o$@ $< SRCS = main.c io.c x86emu.c int.c pci.c OBJS = main.o io.o x86emu.o int.o pci.o all :