]> source.dussan.org Git - tigervnc.git/commit
Previous versions of MinGW64 prepended an underscore to the symbol names, which was...
authorDRC <dcommander@users.sourceforge.net>
Wed, 23 Mar 2011 05:58:53 +0000 (05:58 +0000)
committerDRC <dcommander@users.sourceforge.net>
Wed, 23 Mar 2011 05:58:53 +0000 (05:58 +0000)
commitfb7a3a909d1cca047500e58599316f8f18f9d20f
treef63fad55a77d0acc2649bd7dead88b467422fb1b
parentd17f09a88fdb0c0ee25187e8eada536c48fada98
Previous versions of MinGW64 prepended an underscore to the symbol names, which was incompatible with the behavior of Visual C++ 64-bit.  MinGW64 1.0 changed its default behavior so that underscores are no longer prepended, so this patch removes the underscores from the SIMD symbol names when building with MinGW64, to prevent the build from breaking.  Those wishing to build TigerVNC with older MinGW64 versions will need to add -fno-leading-underscore to CFLAGS and CXXFLAGS.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/branches/1_1@4364 3789f03b-4d11-0410-bbf8-ca57d06f2519
common/jpeg/simd/jsimdext.inc