Skip to content

Commit

Permalink
applied mingw updates patch
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@39778 72102866-910b-0410-8b05-ffd578937521
  • Loading branch information
rfm committed May 19, 2016
1 parent 309a862 commit 6743fe4
Show file tree
Hide file tree
Showing 7 changed files with 758 additions and 559 deletions.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
2016-05-19 Seong Gu Lee <sgleehd@gmail.com>

* Instance/application.make:
* config.guess:
* config.sub:
* jni.make:
* rules.make:
* target.make:
mingw64 tweaks

2016-05-13 Richard Frith-Macdonald <rfm@gnu.org>

* TestFramework/Summary.sh:
Expand Down
2 changes: 2 additions & 0 deletions Instance/application.make
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ endif
# when linking applications.
ifeq ($(findstring mingw32, $(GNUSTEP_TARGET_OS)), mingw32)
ALL_LDFLAGS += -Wl,-subsystem,windows
else ifeq ($(findstring mingw64, $(GNUSTEP_TARGET_OS)), mingw32)
ALL_LDFLAGS += -Wl,-subsystem,windows
endif

$(APP_FILE): $(OBJ_FILES_TO_LINK)
Expand Down
Loading

0 comments on commit 6743fe4

Please sign in to comment.