configure (9a4750143cefeee18727f2c5ede5b6a4ad80ff01) | configure (aa5730b07ebcebf26206a4f70a5118dc469e1160) |
---|---|
1#!/bin/sh 2# 3# qemu configure script (c) 2003 Fabrice Bellard 4# 5 6# Unset some variables known to interfere with behavior of common tools, 7# just as autoconf does. Unlike autoconf, we assume that unset exists. 8unset CLICOLOR_FORCE GREP_OPTIONS BASH_ENV ENV MAIL MAILPATH CDPATH --- 1293 unchanged lines hidden (view full) --- 1302 container_cross_cc=${container_cross_prefix}clang 1303 ;; 1304 hppa) 1305 container_image=debian-all-test-cross 1306 container_cross_prefix=hppa-linux-gnu- 1307 container_cross_cc=${container_cross_prefix}gcc 1308 ;; 1309 i386) | 1#!/bin/sh 2# 3# qemu configure script (c) 2003 Fabrice Bellard 4# 5 6# Unset some variables known to interfere with behavior of common tools, 7# just as autoconf does. Unlike autoconf, we assume that unset exists. 8unset CLICOLOR_FORCE GREP_OPTIONS BASH_ENV ENV MAIL MAILPATH CDPATH --- 1293 unchanged lines hidden (view full) --- 1302 container_cross_cc=${container_cross_prefix}clang 1303 ;; 1304 hppa) 1305 container_image=debian-all-test-cross 1306 container_cross_prefix=hppa-linux-gnu- 1307 container_cross_cc=${container_cross_prefix}gcc 1308 ;; 1309 i386) |
1310 container_image=fedora-i386-cross 1311 container_cross_prefix= | 1310 container_image=debian-i686-cross 1311 container_cross_prefix=i686-linux-gnu- |
1312 ;; 1313 loongarch64) 1314 container_image=debian-loongarch-cross 1315 container_cross_prefix=loongarch64-unknown-linux-gnu- 1316 ;; 1317 m68k) 1318 container_image=debian-all-test-cross 1319 container_cross_prefix=m68k-linux-gnu- --- 590 unchanged lines hidden --- | 1312 ;; 1313 loongarch64) 1314 container_image=debian-loongarch-cross 1315 container_cross_prefix=loongarch64-unknown-linux-gnu- 1316 ;; 1317 m68k) 1318 container_image=debian-all-test-cross 1319 container_cross_prefix=m68k-linux-gnu- --- 590 unchanged lines hidden --- |