OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gcc
(Results
51 - 75
of
333
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/compiler-rt/test/Unit/
test
43
if
gcc
$CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA -o ./remote/$FILE.exe
50
if
gcc
$CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA
/external/webkit/Tools/mangleme/
Makefile
8
CC =
gcc
/build/core/combo/
HOST_windows-x86.mk
33
HOST_C_INCLUDES += /usr/lib/
gcc
/amd64-mingw32msvc/4.4.2/include
37
HOST_C_INCLUDES += /usr/lib/
gcc
/i586-mingw32msvc/3.4.4/include
43
HOST_CC := $(TOOLS_PREFIX)
gcc
$(TOOLS_EXE_SUFFIX)
HOST_darwin-x86.mk
77
HOST_TOOLCHAIN_ROOT := prebuilts/
gcc
/darwin-x86/host/i686-apple-darwin-4.2.1
80
ifneq (,$(strip $(wildcard $(HOST_TOOLCHAIN_PREFIX)-
gcc
)))
81
HOST_CC := $(HOST_TOOLCHAIN_PREFIX)-
gcc
85
host_toolchain_header := $(HOST_TOOLCHAIN_ROOT)/lib/
gcc
/i686-apple-darwin$(gcc_darwin_version)/4.2.1/include
89
HOST_CC :=
gcc
91
endif # $(HOST_TOOLCHAIN_PREFIX)-
gcc
exists
/external/yaffs2/yaffs2/direct/
Makefile
46
gcc
-c $(CFLAGS) $< -o $@
52
gcc
-o $@ $(DIRECTTESTOBJS)
56
gcc
-o $@ $(BOOTTESTOBJS)
/external/llvm/utils/
check-each-file
5
# This script depends on the llvm-native-
gcc
script.
11
echo "Building $program with llvm-native-
gcc
"
13
gmake -e $program CC=llvm-native-
gcc
CXX=llvm-native-gxx
25
gcc
-c __main.c
28
gmake -n $program 2>&1 | sed '/
gcc
/s/$/__main.o/' >> $linker
113
echo "Recompiling everything with llvm-native-
gcc
"
117
gmake $f CC=llvm-native-
gcc
CXX=llvm-native-gxx
123
echo "Sorry, I can't help you, $program is OK when compiled with llvm-native-
gcc
"
128
echo Trying to compile $f with native
gcc
and rebuild $program
130
gmake ${f} CC=
gcc
> /dev/null 2>&
[
all
...]
llvm-native-gcc
2
# Wrapper around LLVM tools to generate a native .o from llvm-
gcc
using an
18
# most of these are passed on to llvm-
gcc
.
23
if ($ProgramName =~ /llvm-native-
gcc
/) {
56
if ($ProgramName =~ /llvm-native-
gcc
/) {
72
if ($ProgramName =~ /llvm-native-
gcc
/) {
128
run "
gcc
$GCCOptions $GeneratedCode -o $OutputFile $LibDirs $Libs";
157
run "
gcc
$NativeGCCOptions $GeneratedCode -o $OutputFile";
169
} elsif ($ProgramName =~ /llvm-native-
gcc
/) {
170
# build the llvm-
gcc
command line.
171
$LLVMGCCCommand = join (" ", ("llvm-
gcc
", @ARGV))
[
all
...]
Makefile
16
getsrcs.sh llvmdo llvmgrep llvm-native-
gcc
\
/build/core/
dumpvar.mk
14
ifneq ($(wildcard $(PWD)/prebuilts/
gcc
/$(HOST_PREBUILT_TAG)/arm/arm-linux-androideabi-$(TARGET_GCC_VERSION)/bin),)
16
ABP:=$(ABP):$(PWD)/prebuilts/
gcc
/$(HOST_PREBUILT_TAG)/arm/arm-linux-androideabi-$(TARGET_GCC_VERSION)/bin
18
ifneq ($(wildcard $(PWD)/prebuilts/
gcc
/$(HOST_PREBUILT_TAG)/arm/arm-eabi-$(TARGET_GCC_VERSION)/bin),)
20
ABP:=$(ABP):$(PWD)/prebuilts/
gcc
/$(HOST_PREBUILT_TAG)/arm/arm-eabi-$(TARGET_GCC_VERSION)/bin
25
ifneq ($(wildcard $(PWD)/prebuilts/
gcc
/$(HOST_PREBUILT_TAG)/x86/i686-linux-android-$(TARGET_GCC_VERSION)/bin),)
27
ABP:=$(ABP):$(PWD)/prebuilts/
gcc
/$(HOST_PREBUILT_TAG)/x86/i686-linux-android-$(TARGET_GCC_VERSION)/bin
32
ifneq ($(wildcard $(PWD)/prebuilts/
gcc
/$(HOST_PREBUILT_TAG)/mips/mipsel-linux-android-$(TARGET_GCC_VERSION)/bin),)
34
ABP:=$(ABP):$(PWD)/prebuilts/
gcc
/$(HOST_PREBUILT_TAG)/mips/mipsel-linux-android-$(TARGET_GCC_VERSION)/bin
39
ANDROID_GCC_PREBUILTS := prebuilts/
gcc
/$(HOST_PREBUILT_TAG)
/external/qemu/distrib/sdl-1.2.15/test/
gcc-fat.sh
5
# Usage: ./configure CC="sh
gcc
-fat.sh" && make && rm -rf ppc x86
16
GCC_COMPILE_PPC="
gcc
-3.3 -arch ppc \
20
-I$SDK_PATH/MacOSX10.2.8.sdk/usr/include/
gcc
/darwin/3.3 \
24
-L$SDK_PATH/MacOSX10.2.8.sdk/usr/lib/
gcc
/darwin/3.3 \
30
GCC_COMPILE_PPC="
gcc
-4.0 -arch ppc -mmacosx-version-min=10.3 \
34
-I$SDK_PATH/MacOSX10.3.9.sdk/usr/lib/
gcc
/powerpc-apple-darwin9/4.0.1/include \
38
-L$SDK_PATH/MacOSX10.3.9.sdk/usr/lib/
gcc
/powerpc-apple-darwin9/4.0.1 \
45
GCC_COMPILE_X86="
gcc
-4.0 -arch i386 -mmacosx-version-min=10.4 \
49
-I$SDK_PATH/MacOSX10.4u.sdk/usr/lib/
gcc
/i686-apple-darwin9/4.0.1/include \
53
-L$SDK_PATH/MacOSX10.4u.sdk/usr/lib/
gcc
/i686-apple-darwin9/4.0.1
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/install-tools/
mkheaders
5
#This file is part of
GCC
.
7
#
GCC
is free software; you can redistribute it and/or modify it under
12
#
GCC
is distributed in the hope that it will be useful, but WITHOUT
18
#along with
GCC
; see the file COPYING3. If not see
43
echo "mkheaders (
GCC
) version $version"
56
prefix=/tmp/ahsieh-
gcc
-32-x19222/2/i686-linux-glibc2.7-4.6
73
libsubdir=${libdir}/
gcc
/${target_noncanonical}/${version}
75
libexecsubdir=${libexecdir}/
gcc
/${target_noncanonical}/${version}
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/libexec/gcc/x86_64-linux/4.6.x-google/install-tools/
mkheaders
5
#This file is part of
GCC
.
7
#
GCC
is free software; you can redistribute it and/or modify it under
12
#
GCC
is distributed in the hope that it will be useful, but WITHOUT
18
#along with
GCC
; see the file COPYING3. If not see
43
echo "mkheaders (
GCC
) version $version"
56
prefix=/tmp/ahsieh-
gcc
-64-X27190/2/x86_64-linux-glibc2.7-4.6
73
libsubdir=${libdir}/
gcc
/${target_noncanonical}/${version}
75
libexecsubdir=${libexecdir}/
gcc
/${target_noncanonical}/${version}
/external/compiler-rt/test/timing/
time
9
if
gcc
-arch $arch -Os $file $ldflags -DLIBNAME=$name
/external/e2fsprogs/config/
parse-types.sh
12
CC=
gcc
109
${BUILD_CC-${CC-
gcc
}} -o asm_types asm_types.c
/external/llvm/lib/Target/ARM/AsmParser/
Android.mk
38
# to compile ARMAsmParser.cpp on Mac with
gcc
4.2,
39
# or on Linux with mingw32msvc-
gcc
4.2, which is used to cross-compile
/external/sonivox/arm-fm-22k/host_src/
arm-fm-22k.mak
10
CC = C:\Program Files\GNUARM\bin\arm-elf-
gcc
.exe
12
LD = C:\Program Files\GNUARM\bin\arm-elf-
gcc
.exe
/external/sonivox/arm-hybrid-22k/host_src/
arm-hybrid-22k.mak
10
CC = C:\Program Files\GNUARM\bin\arm-elf-
gcc
.exe
12
LD = C:\Program Files\GNUARM\bin\arm-elf-
gcc
.exe
/external/sonivox/arm-wt-22k/host_src/
arm-wt-22k.mak
10
CC = C:\Program Files\GNUARM\bin\arm-elf-
gcc
.exe
12
LD = C:\Program Files\GNUARM\bin\arm-elf-
gcc
.exe
/frameworks/wilhelm/tools/mphtogen/
Makefile
13
gcc
-o $@ -DUSE_DESIGNATED_INITIALIZERS mphtogen.c MPH_to.c
/external/clang/utils/ABITest/layout/
Makefile
14
X_COMPILER := llvm-
gcc
16
CC :=
gcc
/external/dropbear/libtomcrypt/
testme.sh
13
# get
gcc
name
14
echo "
gcc
="`
gcc
-dumpversion`
/external/qemu-pc-bios/vgabios/
Makefile
3
CC =
gcc
7
GCC
=
gcc
44
$(
GCC
) -E -P vgabios.c $(VGABIOS_VERS) -DVBE $(VGABIOS_DATE) > _vgabios_.c
54
$(
GCC
) -E -P vgabios.c $(VGABIOS_VERS) -DVBE -DDEBUG $(VGABIOS_DATE) > _vgabios-debug_.c
64
$(
GCC
) -E -P vgabios.c $(VGABIOS_VERS) -DCIRRUS -DPCIBIOS $(VGABIOS_DATE) > _vgabios-cirrus_.c
74
$(
GCC
) -E -P vgabios.c $(VGABIOS_VERS) -DCIRRUS -DCIRRUS_DEBUG -DPCIBIOS $(VGABIOS_DATE) > _vgabios-cirrus-debug_.c
/sdk/emulator/qtools/tests/
common_head.mk
1
CC := arm-elf-
gcc
/external/icu4c/
runConfigureICU
33
AIX/
GCC
Use the GNU
gcc
/g++ compilers on AIX
34
Cygwin Use the GNU
gcc
/g++ compilers on Cygwin
38
FreeBSD Use the GNU
gcc
/g++ compilers on Free BSD
41
Linux Use the GNU
gcc
/g++ compilers on Linux
45
MacOSX Use the GNU
gcc
/g++ compilers on MacOS X (Darwin)
46
MinGW Use the GNU
gcc
/g++ compilers on MinGW
49
Solaris/
GCC
Use the GNU
gcc
/g++ compilers on Solaris
139
AIX/
GCC
)
[
all
...]
/frameworks/wilhelm/tools/hashgen/
Makefile
9
gcc
-c -o $@ $(CFLAGS) $<
46
gcc
-o $@ $(CFLAGS) frag1.o OpenSLES_IID.o
57
gcc
-o $@ $(CFLAGS) part5gen.o OpenSLES_IID.o interfaces.o
Completed in 2160 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>