projects
/
sdk
/
tools
/
sdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae7559a
)
Revert "Revert "modify Makefile to link statically libgcc and libstdc++ for windows""
author
Jaewon Lim
<jaewon81.lim@samsung.com>
Thu, 10 Nov 2016 04:48:44 +0000
(13:48 +0900)
committer
SangJin Kim
<sangjin3.kim@samsung.com>
Thu, 10 Nov 2016 04:51:31 +0000
(13:51 +0900)
This reverts commit
51b19bae76cd7c138532af26525d416502236955
.
Change-Id: Idfedb828c45490fdc084f2c8909a76e26b5a2519
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index ab4eb7f794291c30d09984d4f803d1a0f75f8d55..60189259daedfae6b9ab1a8ffce87b9d0b1e5547 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-45,7
+45,7
@@
ifeq ($(HOST_OS),mingw32)
LOCAL_CFLAGS := -DOS_WINDOWS
LOCAL_IFLAGS := -I/mingw/include/ddk
LOCAL_LFLAGS := -lws2_32 ./lib/libcrypto.a -lgdi32
- LOCAL_STATIC_LFLAGS := /mingw/lib/libsetupapi.a
+ LOCAL_STATIC_LFLAGS :=
-static-libgcc -static-libstdc++
/mingw/lib/libsetupapi.a
endif