代码搜索:executables
找到约 1,287 项符合「executables」的源代码
代码结果 1,287
www.eeworm.com/read/474814/1389478
bat winbuild.bat
@echo off
:: $Id: winbuild.bat,v 1.6 2005/12/01 03:04:21 bostic Exp $
:: Helper script to build Berkeley DB libraries and executables
:: using MSDEV
::
cd build_windows
:: One of these calls
www.eeworm.com/read/233396/4692769
xu elf32elmip.xu
OUTPUT_FORMAT("elf32-littlemips", "elf32-bigmips",
"elf32-littlemips")
OUTPUT_ARCH(mips)
ENTRY(_start)
/* For some reason, the Solaris linker makes bad executables
if gld -r is used and the
www.eeworm.com/read/233396/4692772
xr elf32elmip.xr
OUTPUT_FORMAT("elf32-littlemips", "elf32-bigmips",
"elf32-littlemips")
OUTPUT_ARCH(mips)
ENTRY(_start)
/* For some reason, the Solaris linker makes bad executables
if gld -r is used and the
www.eeworm.com/read/209340/4980812
proj acgmakefile.proj
# for gcc the max. template depth has to be increased
ifeq ($(CXX_COMP),g++)
CXX_DEFS += -ftemplate-depth-100 -fPIC
endif
# place links to all executables in ./bin
BINARY_DIR := bin
www.eeworm.com/read/346457/3182470
svn-base mipsel.ld.svn-base
/* Default linker script, for normal executables */
OUTPUT_FORMAT("elf32-tradlittlemips", "elf32-tradbigmips",
"elf32-tradlittlemips")
OUTPUT_ARCH(mips)
ENTRY(__start)
SEARCH_DIR("/usr/mi
www.eeworm.com/read/338759/3313093
example makefile.example
# Path where Blitz++ is installed
BZDIR = /usr/local/blitz
CXX = g++
# Flags for optimized executables
# CXXFLAGS = -O2 -I$(BZDIR) -ftemplate-depth-30
# Flags for debugging
CXXFLAGS = -ftemplate-de
www.eeworm.com/read/321760/3530190
xu elf32elmip.xu
OUTPUT_FORMAT("elf32-littlemips", "elf32-bigmips",
"elf32-littlemips")
OUTPUT_ARCH(mips)
ENTRY(_start)
/* For some reason, the Solaris linker makes bad executables
if gld -r is used and
www.eeworm.com/read/321760/3530193
xr elf32elmip.xr
OUTPUT_FORMAT("elf32-littlemips", "elf32-bigmips",
"elf32-littlemips")
OUTPUT_ARCH(mips)
ENTRY(_start)
/* For some reason, the Solaris linker makes bad executables
if gld -r is used and
www.eeworm.com/read/316872/3601051
h flat.h
/*
* include/asm-arm/flat.h -- uClinux flat-format executables
*/
#ifndef __ARM_FLAT_H__
#define __ARM_FLAT_H__
/* An odd number of words will be pushed after this alignment, so
deliberately mi
www.eeworm.com/read/395929/2427810
c i386msdos.c
/* BFD back-end for MS-DOS executables.
Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999
Free Software Foundation, Inc.
Written by Bryan Ford of the University of Utah.
Cont