Home | History | Annotate | Download | only in scripts

Lines Matching defs:GCC

81 # The 'default' configuration is gcc, on linux, with no compiler or configure
90 GCC = Option.as_compiler('CC=gcc CXX=g++')
128 # For non-CL compilers under Windows (for now it's only MinGW-GCC),
131 # Weak symbols don't work with MinGW-GCC.
163 compiler = GCC.value
266 'CC': 'gcc',
272 'CC': 'gcc',
312 sudo apt-get install -y gcc-multilib g++-multilib libc6-dev-i386
411 CC: ${{{{ matrix.env.CC || 'gcc' }}}}
495 gcc:p
498 - name: Build and test (MinGW-GCC)
502 CC: ${{{{ matrix.env.CC || 'gcc' }}}}