Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
build
Commits
07a11d31
Commit
07a11d31
authored
10 years ago
by
Stephen Hines
Committed by
Android (Google) Code Review
10 years ago
Browse files
Options
Download
Plain Diff
Merge "Switch to hermetic GCC 4.8.3-based x86_64-w64-mingw32-4.8 compiler." into lmp-dev
parents
56f688bc
dc64c7b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
core/combo/HOST_windows-x86.mk
core/combo/HOST_windows-x86.mk
+8
-3
No files found.
core/combo/HOST_windows-x86.mk
View file @
07a11d31
...
@@ -28,9 +28,14 @@ ifneq ($(strip $(USE_MINGW)),)
...
@@ -28,9 +28,14 @@ ifneq ($(strip $(USE_MINGW)),)
HOST_ACP_UNAVAILABLE
:=
true
HOST_ACP_UNAVAILABLE
:=
true
TOOLS_EXE_SUFFIX
:=
TOOLS_EXE_SUFFIX
:=
$(combo_2nd_arch_prefix)HOST_GLOBAL_CFLAGS
+=
-DUSE_MINGW
$(combo_2nd_arch_prefix)HOST_GLOBAL_CFLAGS
+=
-DUSE_MINGW
TOOLS_PREFIX
:=
/usr/bin/i586-mingw32msvc-
$(combo_2nd_arch_prefix)HOST_GLOBAL_CFLAGS
+=
-Wno-unused-parameter
$(combo_2nd_arch_prefix)HOST_C_INCLUDES
+=
/usr/lib/gcc/i586-mingw32msvc/3.4.4/include
$(combo_2nd_arch_prefix)HOST_GLOBAL_CFLAGS
+=
--sysroot
=
prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32
$(combo_2nd_arch_prefix)HOST_GLOBAL_LD_DIRS
+=
-L
/usr/i586-mingw32msvc/lib
$(combo_2nd_arch_prefix)HOST_GLOBAL_CFLAGS
+=
-m32
$(combo_2nd_arch_prefix)HOST_GLOBAL_LDFLAGS
+=
-m32
TOOLS_PREFIX
:=
prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/bin/x86_64-w64-mingw32-
$(combo_2nd_arch_prefix)HOST_C_INCLUDES
+=
prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include
$(combo_2nd_arch_prefix)HOST_C_INCLUDES
+=
prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include
$(combo_2nd_arch_prefix)HOST_GLOBAL_LD_DIRS
+=
-Lprebuilts
/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32
endif
# USE_MINGW
endif
# USE_MINGW
endif
# Linux
endif
# Linux
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment