Skip to content
Snippets Groups Projects
Commit 2ed3fdaf authored by Rui Ueyama's avatar Rui Ueyama
Browse files

Add test/thirdparty/cpython.sh

parent 0a5d08c8
Branches
No related merge requests found
#!/bin/bash
repo='git@github.com:python/cpython.git'
. test/thirdparty/common
git reset --hard c75330605d4795850ec74fdc4d69aa5d92f76c00
# Python's './configure' command misidentifies chibicc as icc
# (Intel C Compiler) because icc is a substring of chibicc.
# Modify the configure file as a workaround.
sed -i -e 1996,2011d configure.ac
autoreconf
CC=$chibicc ./configure
$make clean
$make
$make test
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment