Skip to content

Commit

Permalink
2009-11-12 Zoltan Varga <[email protected]>
Browse files Browse the repository at this point in the history
	* acinclude.m4 (dolt_supported): Handle 'i686-pc-cygwin' too.

svn path=/trunk/mono/; revision=146077
  • Loading branch information
vargaz committed Nov 12, 2009
1 parent ae4f242 commit 9d82472
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2009-11-12 Zoltan Varga <[email protected]>

* acinclude.m4 (dolt_supported): Handle 'i686-pc-cygwin' too.

2009-11-12 Mark Probst <[email protected]>

* scripts/mono-heapviz: New script for generating SGen heap
Expand Down
2 changes: 1 addition & 1 deletion acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ i?86-*-linux*|x86_64-*-linux*|powerpc-*-linux*|powerpc64-*-linux* \
|amd64-*-freebsd*|i?86-*-freebsd*|ia64-*-freebsd*|arm*-*-linux*|sparc*-*-linux*|mips*-*-linux*)
pic_options='-fPIC'
;;
?86-pc-cygwin*)
?86-pc-cygwin*|i?86-pc-cygwin*)
pic_options='-DDLL_EXPORT'
;;
i?86-apple-darwin*)
Expand Down

0 comments on commit 9d82472

Please sign in to comment.