Home
last modified time | relevance | path

Searched refs:multilib (Results 1 – 25 of 225) sorted by relevance

123456789

/openbsd/src/gnu/gcc/config/
Dmulti.m413 # Add --enable-multilib to configure.
15 [# Default to --enable-multilib
16 AC_ARG_ENABLE(multilib,
17 [ --enable-multilib build many library versions (default)],
19 yes) multilib=yes ;;
20 no) multilib=no ;;
21 *) AC_MSG_ERROR([bad value $enableval for multilib option]) ;;
23 [multilib=yes])
40 # Even if the default multilib is not a cross compilation,
42 if test $cross_compiling = no && test $multilib = yes \
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/config/arc/
Dt-arc45 LIBGCC = stmp-multilib-arc
46 INSTALL_LIBGCC = install-multilib-arc
48 stmp-multilib-arc: stmp-multilib
60 touch stmp-multilib-arc
62 install-multilib-arc: install-multilib
/openbsd/src/gnu/usr.bin/gcc/gcc/config/sparc/
Dt-netbsd641 # Disable multilib fow now, as NetBSD/sparc64 does not ship with
7 #LIBGCC = stmp-multilib
8 #INSTALL_LIBGCC = install-multilib
Dt-openbsd4 LIBGCC = stmp-multilib
5 INSTALL_LIBGCC = install-multilib
Dt-sol2-646 LIBGCC = stmp-multilib
7 INSTALL_LIBGCC = install-multilib
/openbsd/src/gnu/gcc/gcc/config/sparc/
Dt-netbsd641 # Disable multilib fow now, as NetBSD/sparc64 does not ship with
7 #LIBGCC = stmp-multilib
8 #INSTALL_LIBGCC = install-multilib
Dt-sol2-646 LIBGCC = stmp-multilib
7 INSTALL_LIBGCC = install-multilib
/openbsd/src/gnu/gcc/gcc/config/
Dt-slibgcc-darwin45 # This assumes each multilib corresponds to a different architecture.
46 libgcc_s.%.dylib : $(SHLIB_VERPFX).%.ver stmp-multilib
48 # libraries are expected to exist in the multilib directory.
65 libgcc_s.$(SHLIB_SOVERSION)$(SHLIB_EXT): stmp-multilib libgcc_s.10.4.dylib \
68 # libraries are expected to exist in the multilib directory.
82 libgcc_s.10.5.dylib stmp-multilib
101 INSTALL_LIBGCC = install-darwin-libgcc-stubs install-multilib
Dt-vxworks4 # Build libgcc using the multilib mechanism
5 LIBGCC = stmp-multilib
6 INSTALL_LIBGCC = install-multilib
Dt-lynx10 LIBGCC = stmp-multilib
11 INSTALL_LIBGCC = install-multilib
/openbsd/src/gnu/usr.bin/gcc/gcc/config/i386/
Dt-sco51 # We multilib libgcc for -fPIC, to get real PIC code in it.
12 LIBGCC=stmp-multilib
13 INSTALL_LIBGCC=install-multilib
Dt-openbsd5 LIBGCC = stmp-multilib
6 INSTALL_LIBGCC = install-multilib
/openbsd/src/gnu/gcc/gcc/config/i386/
Dt-sco51 # We multilib libgcc for -fPIC, to get real PIC code in it.
11 LIBGCC=stmp-multilib
12 INSTALL_LIBGCC=install-multilib
Dt-openbsd5 LIBGCC = stmp-multilib
6 INSTALL_LIBGCC = install-multilib
/openbsd/src/gnu/usr.bin/gcc/gcc/config/arm/
Dt-linux15 # If you want to build both APCS variants as multilib options this is how
22 # LIBGCC = stmp-multilib
23 # INSTALL_LIBGCC = install-multilib
/openbsd/src/gnu/gcc/gcc/config/mcore/
Dt-mcore48 # LIBGCC = stmp-multilib
49 # INSTALL_LIBGCC = install-multilib
56 LIBGCC = stmp-multilib
57 INSTALL_LIBGCC = install-multilib
/openbsd/src/gnu/usr.bin/gcc/gcc/config/mcore/
Dt-mcore48 # LIBGCC = stmp-multilib
49 # INSTALL_LIBGCC = install-multilib
56 LIBGCC = stmp-multilib
57 INSTALL_LIBGCC = install-multilib
/openbsd/src/gnu/gcc/gcc/config/m88k/
Dt-openbsd2 LIBGCC = stmp-multilib
3 INSTALL_LIBGCC = install-multilib
/openbsd/src/gnu/usr.bin/gcc/gcc/config/m88k/
Dt-openbsd2 LIBGCC = stmp-multilib
3 INSTALL_LIBGCC = install-multilib
/openbsd/src/gnu/gcc/gcc/config/pa/
Dt-dce-thr4 LIBGCC = stmp-multilib
5 INSTALL_LIBGCC = install-multilib
/openbsd/src/gnu/usr.bin/gcc/gcc/config/pa/
Dt-dce-thr4 LIBGCC = stmp-multilib
5 INSTALL_LIBGCC = install-multilib
/openbsd/src/gnu/gcc/gcc/config/s390/
Dt-linux645 LIBGCC = stmp-multilib
6 INSTALL_LIBGCC = install-multilib
/openbsd/src/gnu/usr.bin/gcc/gcc/config/m68k/
Dt-openbsd4 LIBGCC = stmp-multilib
5 INSTALL_LIBGCC = install-multilib
/openbsd/src/gnu/gcc/gcc/config/m68k/
Dt-openbsd4 LIBGCC = stmp-multilib
5 INSTALL_LIBGCC = install-multilib
/openbsd/src/gnu/llvm/llvm/runtimes/
DCMakeLists.txt453 foreach(multilib ${LLVM_RUNTIME_MULTILIBS})
454 foreach(name ${LLVM_RUNTIME_MULTILIB_${multilib}_TARGETS})
455 runtime_register_target(${name}+${multilib} ${name}
458 -DLLVM_RUNTIMES_LIBDIR_SUBDIR=${multilib})
459 add_dependencies(runtimes runtimes-${name}+${multilib})
460 add_dependencies(runtimes-configure runtimes-${name}+${multilib}-configure)
461 add_dependencies(install-runtimes install-runtimes-${name}+${multilib})
462 add_dependencies(install-runtimes-stripped install-runtimes-${name}+${multilib}-stripped)
464 add_dependencies(${runtime_name} ${runtime_name}-${name}+${multilib})
465 add_dependencies(install-${runtime_name} install-${runtime_name}-${name}+${multilib})
[all …]

123456789