CT_CONFIG_VERSION="3"
CT_EXPERIMENTAL=y
CT_ARCH_ARC=y
CT_ARCH_64=y
CT_TARGET_VENDOR="snps"
CT_TARGET_ALIAS="arc64-linux"
CT_KERNEL_LINUX=y
CT_LINUX_SRC_DEVEL=y
CT_LINUX_DEVEL_URL="https://github.com/foss-for-synopsys-dwc-arc-processors/linux.git"
arc-elf32-gcc -w -c -mcpu=archs -o gcc_tg.o /usr/share/dejagnu/testglue.c
On the host:
git clone https://salsa.debian.org/vineetgarc/rebootstrap.git
cd rebootstrap
docker run --privileged --rm -it -v $PWD:/host debian:stretch /bin/bash
In the container:
apt-get update && apt-get install -y pbuilder
.bashrc
# Figure-out location of Python user packages
PYTHON_SITE=$(python -m site --user-site)
# Powerline configuration
if [ -f $PYTHON_SITE/powerline/bindings/bash/powerline.sh ]; then
$HOME/.local/bin/powerline-daemon -q
POWERLINE_BASH_CONTINUATION=1
POWERLINE_BASH_SELECT=1
OlderNewer