Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor Change For Better cross compile #45456

Closed
zengbo mannequin opened this issue Sep 6, 2007 · 2 comments
Closed

Minor Change For Better cross compile #45456

zengbo mannequin opened this issue Sep 6, 2007 · 2 comments
Assignees
Labels
build The build process and cross-build type-feature A feature request or enhancement

Comments

@zengbo
Copy link
Mannequin

zengbo mannequin commented Sep 6, 2007

BPO 1115
Nosy @loewis, @gpshead
Files
  • autocheck.patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/gpshead'
    closed_at = <Date 2009-11-01.21:11:53.483>
    created_at = <Date 2007-09-06.06:47:35.119>
    labels = ['type-feature', 'build']
    title = 'Minor Change For Better cross compile'
    updated_at = <Date 2009-11-01.21:11:53.482>
    user = 'https://bugs.python.org/zengbo'

    bugs.python.org fields:

    activity = <Date 2009-11-01.21:11:53.482>
    actor = 'gregory.p.smith'
    assignee = 'gregory.p.smith'
    closed = True
    closed_date = <Date 2009-11-01.21:11:53.483>
    closer = 'gregory.p.smith'
    components = ['Build']
    creation = <Date 2007-09-06.06:47:35.119>
    creator = 'zengbo'
    dependencies = []
    files = ['8394']
    hgrepos = []
    issue_num = 1115
    keywords = ['patch']
    message_count = 2.0
    messages = ['55678', '94807']
    nosy_count = 3.0
    nosy_names = ['loewis', 'gregory.p.smith', 'zengbo']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue1115'
    versions = ['Python 3.1', 'Python 2.7']

    @zengbo
    Copy link
    Mannequin Author

    zengbo mannequin commented Sep 6, 2007

    Some test in configure.in is AC_TRY_RUN, which can be replaced by
    AC_TRY_COMPILE, achieve the same goal and give better support for cross
    compiling. This patch is for svn reversion 57996.

    @jafo jafo mannequin assigned loewis Sep 17, 2007
    @devdanzin devdanzin mannequin added build The build process and cross-build type-feature A feature request or enhancement labels Apr 7, 2009
    @gpshead gpshead assigned gpshead and unassigned loewis Jul 31, 2009
    @gpshead
    Copy link
    Member

    gpshead commented Nov 1, 2009

    Thanks for the patch!

    applied in trunk r76028/r76029. py3k r76030/r76032

    There are more of these, other bugs are open that should result in us
    cleaning them up. see bpo-1006238 for example.

    @gpshead gpshead closed this as completed Nov 1, 2009
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    build The build process and cross-build type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant