]> cygwin.com Git - cygwin-apps/setup.git/commit - Makefile.am
Fix compatibility with GCC 4.x.
authorYaakov Selkowitz <yselkowi@redhat.com>
Tue, 10 Aug 2010 20:38:01 +0000 (20:38 +0000)
committerYaakov Selkowitz <yselkowi@redhat.com>
Tue, 10 Aug 2010 20:38:01 +0000 (20:38 +0000)
commit10b2d0511640191ac2a7f619d85e63768601d603
treefb24d8d9388c9880817fe997ab33cf23a16d40d0
parentfe434e3055f3ae9b6f686f76e47bc09eb0a3bec2
Fix compatibility with GCC 4.x.
* Makefile.am (setup_LDFLAGS): Pass -static to compiler instead of
linker so that libgcc is statically linked as well.
(autoload.o): Disable optimization.
* localdir.cc (browse_cb): Fix "jump to case label crosses
initialization" error.
* mklink2.cc (sfli): Fix "non-local variable uses anonymous type"
warning.
* ntdll.h: Fix "redeclared without dllimport attribute: previous
dllimport ignored" warnings.
* package_message.h (display): Fix "'exit' was not declared in this
scope" error.
ChangeLog
Makefile.am
localdir.cc
mklink2.cc
ntdll.h
package_message.h
This page took 1.298263 seconds and 5 git commands to generate.