Searched refs:multilib (Results 1 – 17 of 17) sorted by relevance
/toolchain/binutils/binutils-2.25/config/ |
D | multi.m4 | 13 # Add --enable-multilib to configure. 15 [# Default to --enable-multilib 16 AC_ARG_ENABLE(multilib, optenable 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 …]
|
D | ChangeLog | 1379 to current multilib configuration. 1381 according to current multilib configuration.
|
/toolchain/binutils/binutils-2.25/ |
D | config-ml.in | 2 # wanting multilib support. 33 # Subdirectories wishing to use multilib should put the following lines 52 # multilib subdir. 78 # ${with_multisubdir} = name of multilib subdirectory (eg: m68020/m68881). 81 # MULTISRCTOP = number of multilib levels in source tree (+1 if cross) 83 # MULTIBUILDTOP = number of multilib levels in build tree 84 # MULTIDIRS = list of multilib subdirs (eg: m68000 m68020 ...) 87 # (only defined in each multilib subdir). 90 # newlib. It is up to each target to turn on multilib support for the other 169 # Only do this if --enable-multilib. [all …]
|
D | Makefile.tpl | 984 $(CC_FOR_TARGET) --print-multi-lib > [+subdir+]/[+module+]/multilib.tmp 2> /dev/null ; \ 985 if test -r [+subdir+]/[+module+]/multilib.out; then \ 986 if cmp -s [+subdir+]/[+module+]/multilib.tmp [+subdir+]/[+module+]/multilib.out; then \ 987 rm -f [+subdir+]/[+module+]/multilib.tmp; \ 990 mv [+subdir+]/[+module+]/multilib.tmp [+subdir+]/[+module+]/multilib.out; \ 993 mv [+subdir+]/[+module+]/multilib.tmp [+subdir+]/[+module+]/multilib.out; \ 1028 $(CC_FOR_TARGET) --print-multi-lib > [+subdir+]/[+module+]/multilib.tmp 2> /dev/null ; \ 1029 if test -r [+subdir+]/[+module+]/multilib.out; then \ 1030 if cmp -s [+subdir+]/[+module+]/multilib.tmp [+subdir+]/[+module+]/multilib.out; then \ 1031 rm -f [+subdir+]/[+module+]/multilib.tmp; \ [all …]
|
D | Makefile.in | 31223 $(CC_FOR_TARGET) --print-multi-lib > $(TARGET_SUBDIR)/libstdc++-v3/multilib.tmp 2> /dev/null ; \ 31224 if test -r $(TARGET_SUBDIR)/libstdc++-v3/multilib.out; then \ 31225 …if cmp -s $(TARGET_SUBDIR)/libstdc++-v3/multilib.tmp $(TARGET_SUBDIR)/libstdc++-v3/multilib.out; t… 31226 rm -f $(TARGET_SUBDIR)/libstdc++-v3/multilib.tmp; \ 31229 mv $(TARGET_SUBDIR)/libstdc++-v3/multilib.tmp $(TARGET_SUBDIR)/libstdc++-v3/multilib.out; \ 31232 mv $(TARGET_SUBDIR)/libstdc++-v3/multilib.tmp $(TARGET_SUBDIR)/libstdc++-v3/multilib.out; \ 31266 $(CC_FOR_TARGET) --print-multi-lib > $(TARGET_SUBDIR)/libstdc++-v3/multilib.tmp 2> /dev/null ; \ 31267 if test -r $(TARGET_SUBDIR)/libstdc++-v3/multilib.out; then \ 31268 …if cmp -s $(TARGET_SUBDIR)/libstdc++-v3/multilib.tmp $(TARGET_SUBDIR)/libstdc++-v3/multilib.out; t… 31269 rm -f $(TARGET_SUBDIR)/libstdc++-v3/multilib.tmp; \ [all …]
|
D | ChangeLog | 1773 * configure.ac: Do not pass --enable-multilib nor 1774 --disable-multilib in baseargs. Accept explicitly passed 1781 * configure.ac: Do not pass --enable-multilib nor 1782 --disable-multilib in baseargs. Accept explicitly passed 3844 multilib options the same as is done for CFLAGS. 4120 (local-distclean): Don't handle multilib.tmp and multilib.out. 4127 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove. 4129 (multilib.out): Remove. 6481 (multilib.ts): ... this. Moved into... 6482 (multilib.out): ... this. Don't use sub-make. [all …]
|
D | configure.ac | 102 # This is important for multilib support. 2921 # multilib is not explicitly enabled. 2935 …ure with --enable-multilib. If you do not have them, and want to build a 64-bit-only compiler, rer… 2940 # Default to --enable-multilib. 2942 target_configargs="--enable-multilib ${target_configargs}"
|
D | configure | 7563 …ure with --enable-multilib. If you do not have them, and want to build a 64-bit-only compiler, rer… 7570 target_configargs="--enable-multilib ${target_configargs}"
|
D | libtool.m4 | 2057 # and add multilib dir if necessary.
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | configure.ac | 113 # Add --enable-multilib to configure. 114 # Default to --enable-multilib 115 AC_ARG_ENABLE(multilib, optenable 116 [ --enable-multilib build many library versions (default)], 118 yes) multilib=yes ;; 119 no) multilib=no ;; 120 *) AC_MSG_ERROR([bad value $enableval for multilib option]) ;; 122 [multilib=yes]) 124 # Even if the default multilib is not a cross compilation, 126 if test $cross_compiling = no && test $multilib = yes \ [all …]
|
D | configure | 1306 --enable-multilib build many library versions (default) 2772 yes) multilib=yes ;; 2773 no) multilib=no ;; 2777 multilib=yes 2783 if test $cross_compiling = no && test $multilib = yes \ 7767 ac_configure_args="--enable-multilib ${ac_configure_args}"
|
D | Makefile.in | 459 -rm -f *~ Makefile config.cache config.status xhost-mkfrag TAGS multilib.out
|
D | ChangeLog | 1752 Install headers in multilib independent location. 3986 * Makefile.in (all): Fix multilib parallel build. 6995 * configure.in: Don't turn on multilib here. 7019 Update multilib template to read config-ml.in. 7245 * Makefile.in (distclean): Add multilib.out. 7555 (all): Add multilib support.
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/ |
D | ChangeLog-9303 | 585 Changes to support multilib and remote hosted testing, along with
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ |
D | ChangeLog-2006 | 587 multilib being tested.
|
D | ChangeLog-9303 | 2563 been selected by any of the multilib options, and if so return 2569 (proc default_ld_compile): Append multilib flags to compiler
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-9295 | 8389 * configure.in: Remove h8300h, we have multilib now.
|