OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mingw32msvc
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/third_party/sqlite/src/
mkextw.sh
8
CC="i386-
mingw32msvc
-gcc -O2 $OPTS -Itsrc"
9
NM="i386-
mingw32msvc
-nm"
15
i386-
mingw32msvc
-dllwrap \
17
--driver-name i386-
mingw32msvc
-gcc \
18
--dlltool-name i386-
mingw32msvc
-dlltool \
19
--as i386-
mingw32msvc
-as \
mkdll.sh
18
CC="i386-
mingw32msvc
-gcc -Os $OPTS -Itsrc -I$TCLDIR"
19
NM="i386-
mingw32msvc
-nm"
33
i386-
mingw32msvc
-dllwrap \
35
--driver-name i386-
mingw32msvc
-gcc \
36
--dlltool-name i386-
mingw32msvc
-dlltool \
37
--as i386-
mingw32msvc
-as \
43
i386-
mingw32msvc
-dllwrap \
45
--driver-name i386-
mingw32msvc
-gcc \
46
--dlltool-name i386-
mingw32msvc
-dlltool \
47
--as i386-
mingw32msvc
-as
[
all
...]
publish.sh
73
i386-
mingw32msvc
-gcc -Os $OPTS -Itsrc -I$TCLDIR sqlite3.c tsrc/shell.c \
/build/core/combo/
HOST_windows-x86.mk
32
TOOLS_PREFIX := /usr/bin/amd64-
mingw32msvc
-
33
HOST_C_INCLUDES += /usr/lib/gcc/amd64-
mingw32msvc
/4.4.2/include
34
HOST_GLOBAL_LD_DIRS += -L/usr/amd64-
mingw32msvc
/lib
36
TOOLS_PREFIX := /usr/bin/i586-
mingw32msvc
-
37
HOST_C_INCLUDES += /usr/lib/gcc/i586-
mingw32msvc
/3.4.4/include
38
HOST_GLOBAL_LD_DIRS += -L/usr/i586-
mingw32msvc
/lib
/external/llvm/lib/Target/ARM/AsmParser/
Android.mk
39
# or on Linux with
mingw32msvc
-gcc 4.2, which is used to cross-compile
/ndk/build/tools/
common-build-host-funcs.sh
123
windows|windows-x86) RET=i586-pc-
mingw32msvc
;;
321
# This is to detect bad/broken toolchains, e.g. amd64-
mingw32msvc
575
_bh_try_host_prefix i586-
mingw32msvc
588
dump " i586-
mingw32msvc
-gcc ('mingw32' Debian/Ubuntu package)"
597
*-
mingw32msvc
-*|i686-pc-mingw32)
598
BH_HOST_CONFIG=i586-pc-
mingw32msvc
601
BH_HOST_CONFIG=i686-w64-
mingw32msvc
621
_bh_try_host_prefix amd64-
mingw32msvc
628
dump " amd64-
mingw32msvc
-gcc (Debian/Ubuntu - broken until Ubuntu 11.10)"
634
*-
mingw32msvc
*)
[
all
...]
prebuilt-common.sh
632
# NOTE: Use x86_64-pc-
mingw32msvc
or i586-pc-
mingw32msvc
because wrappers are generated
635
ABI_CONFIGURE_HOST=x86_64-pc-
mingw32msvc
638
ABI_CONFIGURE_HOST=i586-pc-
mingw32msvc
663
# i585-pc-
mingw32msvc
-gcc, or it will fail its configure step late
669
# i586-pc-
mingw32msvc
-gcc that really calls i586-
mingw32msvc
-gcc,
678
BINPREFIX=x86_64-pc-
mingw32msvc
-
679
BINPREFIXLST="x86_64-pc-
mingw32msvc
- x86_64-w64-mingw32- amd64-
mingw32msvc
-
[
all
...]
build-host-gcc.sh
232
# i586-
mingw32msvc
(Windows 32-bits, MSVCRT.DLL)
233
# i586-pc-
mingw32msvc
(same)
242
# i586-
mingw32msvc
prefix, but if you try to use it as a configuration
244
# pass i586-pc-
mingw32msvc
instead (binutils-2.19 accepts both).
446
windows|windows-x86) RET=i586-pc-
mingw32msvc
;;
500
# This is to detect bad/broken toolchains, e.g. amd64-
mingw32msvc
742
try_host_prefix i586-
mingw32msvc
755
dump " i586-
mingw32msvc
-gcc ('mingw32' Debian/Ubuntu package)"
764
*-
mingw32msvc
-*|i686-pc-mingw32)
765
HOST=i586-pc-
mingw32msvc
[
all
...]
/ndk/sources/host-tools/nawk-20071023/
GNUmakefile
43
CC := x86_64-pc-
mingw32msvc
-gcc
45
CC := i586-pc-
mingw32msvc
-gcc
/sdk/avdlauncher/
Android.mk
31
WINDRES := i586-
mingw32msvc
-windres
/sdk/find_java/
Android.mk
44
WINDRES := i586-
mingw32msvc
-windres
/sdk/find_lock/
Android.mk
32
WINDRES := i586-
mingw32msvc
-windres
/sdk/sdklauncher/
Android.mk
31
WINDRES := i586-
mingw32msvc
-windres
/system/core/fastboot/
Android.mk
47
LOCAL_C_INCLUDES += /usr/i586-
mingw32msvc
/include/ddk
/system/core/adb/
Android.mk
48
LOCAL_C_INCLUDES += /usr/i586-
mingw32msvc
/include/ddk
/development/build/tools/
windows_sdk.mk
18
ifeq ($(strip $(shell which i586-
mingw32msvc
-gcc 2>/dev/null)),)
/external/qemu/android/build/
common.sh
207
MINGW32_PREFIX=i586-
mingw32msvc
Completed in 292 milliseconds