[New-bugs-announce] [issue16869] makesetup should support .S source files

Senthil Kumaran senthil at uthcode.com
Sat Jan 5 19:24:27 CET 2013


Should not this be?

*.S) obj=`basename $src .S`.o; cc='$(CC)';; #

The filetype extension .S instead .cpp.

And, I have less know-how on these, but for my understanding how would
non-preprocessed asm files (.s) will be handled? And doc reference to
how this change is help as well (unless some other core dev knowing
BUILD takes up).



On Fri, Jan 4, 2013 at 9:56 PM, Benno Leslie <report at bugs.python.org> wrote:

>
> New submission from Benno Leslie:
>
> It is useful to be able to build .S files as built-in modules (in
> particular if you want ctypes as a built-in you need .S files)
>
> The patch enables .S files to be specified in Setup.dist files.
>
> ----------
> components: Build
> files: makesetup-asm.diff
> keywords: patch
> messages: 179111
> nosy: bennoleslie
> priority: normal
> severity: normal
> status: open
> title: makesetup should support .S source files
> versions: Python 3.4
> Added file: http://bugs.python.org/file28574/makesetup-asm.diff
>
> _______________________________________
> Python tracker <report at bugs.python.org>
> <http://bugs.python.org/issue16869>
> _______________________________________
> _______________________________________________
> New-bugs-announce mailing list
> New-bugs-announce at python.org
> http://mail.python.org/mailman/listinfo/new-bugs-announce
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/new-bugs-announce/attachments/20130105/65c4d11f/attachment.html>


More information about the New-bugs-announce mailing list