Searched full:configure_args (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/.gitlab-ci.d/ |
H A D | buildtest.yml | 14 CONFIGURE_ARGS: --enable-docs --enable-trace-backends=log,simple,syslog 43 CONFIGURE_ARGS: --enable-docs 74 CONFIGURE_ARGS: --with-coroutine=sigaltstack 118 … CONFIGURE_ARGS: --disable-gcrypt --enable-nettle --enable-docs --enable-crypto-afalg --enable-rust 131 CONFIGURE_ARGS: --disable-docs --enable-rust --enable-strict-rust-lints 177 CONFIGURE_ARGS: --disable-nettle --enable-gcrypt --enable-vfio-user-server 379 CONFIGURE_ARGS: --disable-tools --disable-system 389 CONFIGURE_ARGS: --disable-tools --disable-system --static 401 CONFIGURE_ARGS: --disable-tools 411 CONFIGURE_ARGS: --disable-tools --disable-docs --enable-debug-tcg [all …]
|
H A D | cirrus.yml | 41 -e "s|[@]CONFIGURE_ARGS@|$CONFIGURE_ARGS|g" 60 …CONFIGURE_ARGS: --target-list-exclude=arm-softmmu,i386-softmmu,microblaze-softmmu,mips64el-softmmu… 74 …CONFIGURE_ARGS: --target-list-exclude=arm-softmmu,i386-softmmu,microblazeel-softmmu,mips64-softmmu…
|
H A D | windows.yml | 20 CONFIGURE_ARGS: --disable-system --enable-tools -Ddebug=false -Doptimization=0 102 - ..\msys64\usr\bin\bash -lc "../configure $CONFIGURE_ARGS"
|
H A D | buildtest-template.yml | 28 $CONFIGURE_ARGS ||
|
/openbmc/qemu/.gitlab-ci.d/cirrus/ |
H A D | build.yml | 15 CONFIGURE_ARGS: "@CONFIGURE_ARGS@" 32 - ../configure --enable-werror $CONFIGURE_ARGS
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | targetbuild.py | 65 def run_configure(self, configure_args='', extra_cmds=''): argument 66 return self._run('cd %s; %s ./configure %s' % (self.targetdir, extra_cmds, configure_args)) 131 def run_configure(self, configure_args='', extra_cmds=' gnu-configize; '): argument 132 …return super(SDKBuildProject, self).run_configure(configure_args=(configure_args or '$CONFIGURE_FL…
|
H A D | buildproject.py | 51 def run_configure(self, configure_args='', extra_cmds=''): argument 52 …self._run('cd %s; gnu-configize; %s ./configure %s' % (self.targetdir, extra_cmds, configure_args))
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/utils/ |
H A D | sdkbuildproject.py | 34 def run_configure(self, configure_args='', extra_cmds=''): argument 35 …return super(SDKBuildProject, self).run_configure(configure_args=(configure_args or '$CONFIGURE_FL…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/postgresql/files/ |
H A D | 0004-config_info.c-not-expose-build-info.patch | 24 -AC_DEFINE_UNQUOTED(CONFIGURE_ARGS, ["$ac_configure_args"], [Saved arguments from configure]) 25 +AC_DEFINE_UNQUOTED(CONFIGURE_ARGS, ["ac_configure_args"], [Saved arguments from configure]) 47 - configdata[i].setting = pstrdup(CONFIGURE_ARGS);
|