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:
ffc4d61
)
Revert "modify Makefile to link statically libgcc and libstdc++ for windows"
author
SangJin Kim
<sangjin3.kim@samsung.com>
Wed, 9 Nov 2016 12:19:53 +0000
(21:19 +0900)
committer
SangJin Kim
<sangjin3.kim@samsung.com>
Wed, 9 Nov 2016 12:19:57 +0000
(21:19 +0900)
This reverts commit
53e52c546d6d0261fd27b3c49314e9e3b880afb9
.
Change-Id: I94e4417ee4a2658528205eb8c529a9f2c4c92988
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 60189259daedfae6b9ab1a8ffce87b9d0b1e5547..ab4eb7f794291c30d09984d4f803d1a0f75f8d55 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 :=
-static-libgcc -static-libstdc++
/mingw/lib/libsetupapi.a
+ LOCAL_STATIC_LFLAGS := /mingw/lib/libsetupapi.a
endif