Index: cygwinccompiler.py =================================================================== --- cygwinccompiler.py (revision 63402) +++ cygwinccompiler.py (working copy) @@ -127,6 +127,10 @@ else: shared_option = "-mdll -static" + self.language_map['.S'] = 'c' + self.language_map['.s'] = 'c' + self.src_extensions.append('.S') + self.src_extensions.append('.s') # Hard-code GCC because that's what this is all about. # XXX optimization, warnings etc. should be customizable. self.set_executables(compiler='gcc -mcygwin -O -Wall',

AltStyle によって変換されたページ (->オリジナル) /