]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - tools/make-functions
make.sh: Remove KGCC variable.
[people/teissler/ipfire-2.x.git] / tools / make-functions
index 16041099ccbc84e7869921c3b846749833b83d80..918a9d773f1450a2b79c3ab801ee4c20df13e7af 100644 (file)
@@ -459,10 +459,9 @@ entershell() {
                CROSSTARGET="${CROSSTARGET}" \
                MACHINE="$MACHINE" \
                MACHINE_TYPE="$MACHINE_TYPE" \
-               KGCC="ccache /usr/bin/gcc" \
                $(fake_environ) \
                $(qemu_environ) \
-               /tools/bin/bash
+               /tools/bin/bash -i
        if [ $? -ne 0 ]; then
                        beautify message FAIL
                        exiterror "chroot error"