aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
AgeCommit message (Collapse)AuthorFilesLines
1998-12-30* configure.in (FreeBSD ELF): Needs special crt files.David O'Brien1-3/+4
From-SVN: r24446
1998-12-17configure.in (with-fast-fixincludes): Fix whitespace.Rainer Orth1-1/+1
* configure.in (with-fast-fixincludes): Fix whitespace. * configure: Rebuilt. From-SVN: r24368
1998-12-07configure.in: Test for availability of putc_unlocked, fputc_unlocked, and ↵Ulrich Drepper1-41/+45
fputs_unlocked. * configure.in: Test for availability of putc_unlocked, fputc_unlocked, and fputs_unlocked. * configure: Rebuilt. * system.h: If the *_unlocked functions are available use them instead of the locked counterparts by defining macros. * config.in: Regenerated. From-SVN: r24175
1998-12-07configure.in: (arm*-*-ecos-elf): New target.Catherine Moore1-0/+4
Mon Dec 7 09:58:26 1998 Catherine Moore <clm@cygnus.com> * configure.in: (arm*-*-ecos-elf): New target. * configure: Regenerated. * config/arm/elf.h (ASM_WEAKEN_LABEL): Define. * config/arm/ecos-elf.h: New file. * config/arm/unknown-elf.h (TARGET_VERSION): Check for redefinition. From-SVN: r24145
1998-12-03configure.in (mipsel-*-linux*): New target.Robert Lipe1-7/+16
* configure.in (mipsel-*-linux*): New target. * mips/linux.h: New file, based on other Linux targets. From-SVN: r24080
1998-11-28configure.in (alpha*-*-netbsd): Fix typo.Jeffrey A Law1-1/+1
* configure.in (alpha*-*-netbsd): Fix typo. * configure: Rebuilt. From-SVN: r23945
1998-11-26configure (skip-this-dir): Add handling for new shell script...Manfred Hollstein1-199/+173
./ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure (skip-this-dir): Add handling for new shell script, which might be created by a sub-directory's configure to indicate, this particular directory is "unwanted". * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise. ./gcc/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * Makefile.in (CONFIG_LANGUAGES): New macro taking all languages which can be configured. (LANGUAGES): Use $(CONFIG_LANGUAGES) instead of @all_languages@ (Makefile): Pass actual LANGUAGES through the environment when re-configuring. (cstamp-h): Likewise. (config.status): Likewise. * configure.in (enable_languages): Add new configuration parameter "--enable-languages=lang1,lang2,...". (${srcdir}/*/config-lang.in): Change handling to configure only those directories, that the user might have enabled; default to "all" existing languages. * configure: Regenerate. ./libchill/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. * configure: Regenerate. ./libf2c/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. * configure: Regenerate. ./libio/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. ./libobjc/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. * configure: Regenerate. ./libstdc++/ChangeLog:1998-11-26 Manfred Hollstein <manfred@s-direktnet.de> * configure.in (compiler_name): Add check to detect if this language's compiler has been built. From-SVN: r23892
1998-11-24Add m68k-elf port from Cygnus gcc sources.Jim Wilson1-3/+9
* configure.in (m68020-*-elf*, m68k-*-elf*): New targets. * configure: Rebuild. * config/elfos.h: New file. * config/m68k/m68020-elf.h, config/m68k/m68kelf.h, config/m68k/t-m68kelf: New file. From-SVN: r23835
1998-11-23configure.in: Look for <sys/stat.h>.Richard Henderson1-132/+194
* configure.in: Look for <sys/stat.h>. * system.h: Include it before substitute S_ISREG definitions. From-SVN: r23812
1998-11-19configure.in: Don't do AC_CHECK_HEADERS(wait.h sys/wait.h).Kaveh R. Ghazi1-191/+171
* configure.in: Don't do AC_CHECK_HEADERS(wait.h sys/wait.h). Instead call AC_HEADER_SYS_WAIT. * collect2.c: Don't provide defaults for sys/wait.h macros. * gcc.c: Likewise. * protoize.c: Likewise. Also, don't include sys/wait.h. * system.h: Include sys/wait.h and provide macro defaults. From-SVN: r23712
1998-11-12Jumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN.Geoffrey Noer1-14/+14
From-SVN: r23622
1998-11-11Makefile.in (JAVAGC): New macro.Tom Tromey1-128/+204
* Makefile.in (JAVAGC): New macro. * configure: Rebuilt. * configure.in: Recognize --enable-java-gc argument. Subst `JAVAGC' variable. From-SVN: r23611
1998-11-07configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in ↵Kaveh R. Ghazi1-53/+58
{ht}config.h & tm.h just before the config/... * configure.in (host_xm_file, build_xm_file, xm_file, tm_file): Arrange to include gansidecl.h in {ht}config.h & tm.h just before the config/ directory headers. (tm_file_list, host_xm_file_list, build_xm_file_list): Handle gansidecl.h in the list of dependencies. * Makefile.in (RTL_BASE_H): Don't depend on gansidecl.h. (TREE_H, DEMANGLE_H, RECOG_H, REGS_H, libgcc2.a, stmp-multilib, mbchar.o, collect2.o, pexecute.o, vfprintf.o, splay-tree.o, gcc.o, gencheck.o, choose-temp.o, mkstemp.o, mkstemp.o, prefix.o, dyn-string.o, cexp.o, cccp.o, cppmain.o, cpplib.o, cpperror.o, cppexp.o, cppfiles.o, cpphash.o, cppalloc.o, scan-decls.o): Likewise. * cccp.c: Don't include gansidecl.h. * cexp.y: Likewise. * collect2.c: Likewise. * config/c4x/c4x.c: Likewise. * config/v850/v850.h: Likewise. * cppalloc.c: Likewise. * cpperror.c: Likewise. * cppexp.c: Likewise. * cppfiles.c: Likewise. * cpphash.c: Likewise. * cpplib.c: Likewise. * cppmain.c: Likewise. * cppulp.c: Likewise. * demangle.h: Likewise. * doprint.c: Likewise. * dyn-string.c: Likewise. * eh-common.h: Likewise. * fix-header.c: Likewise. * frame.c: Likewise. * gcc.c: Likewise. * gcov.c: Likewise. * gen-protos.c: Likewise. * gencheck.c: Likewise. * halfpic.h: Likewise. * hash.c: Likewise. * machmode.h: Likewise. * mbchar.c: Likewise. * prefix.c: Likewise. * protoize.c: Likewise. * recog.h: Likewise. * rtl.h: Likewise. * scan-decls.c: Likewise. * tree.h: Likewise. * varray.h: Likewise. From-SVN: r23558
1998-11-02configure.in: Call AC_FUNC_VFORK.Kaveh R. Ghazi1-12/+255
* configure.in: Call AC_FUNC_VFORK. * collect2.c: Define VFORK_STRING as a printable string for error messages (either "vfork" or "fork".) If HAVE_VFORK_H is defined, include vfork.h. If VMS is defined, define vfork() appropriately. Remove vfork check on USG, we're using autoconf. (collect_execute): Pass VFORK_STRING to fatal_perror instead of checking locally what string to pass. (scan_prog_file): Likewise. (scan_libraries): Likewise. * gcc.c: Remove vfork check on USG, we're using autoconf. Besides, no calls to vfork/fork occur in this file. * protoize.c: Likewise. From-SVN: r23498
1998-11-02configure.in (DEFAULT_LINKER): renamed from LDAlexandre Oliva1-110/+109
* configure.in (DEFAULT_LINKER): renamed from LD (DEFAULT_ASSEMBLER): renamed from AS; reverted Schwab's patch (gcc_cv_as): try $DEFAULT_ASSEMBLER before $AS * configure: rebuilt From-SVN: r23497
1998-10-30configure.in (assembler features): Also make gas is configured if we find it ↵Jeff Law1-89/+92
in the souce tree. 8 * configure.in (assembler features): Also make gas is configured if we find it in the souce tree. From-SVN: r23459
1998-10-30configure.in (gxx_include_dir): bitten by autoconf quoting characters :-(Alexandre Oliva1-1/+1
* configure.in (gxx_include_dir): bitten by autoconf quoting characters :-( * configure: rebuilt From-SVN: r23453
1998-10-29* configure.in (msdosdjgpp): Set exeext and target_alias.Mark Elbrecht1-178/+122
From-SVN: r23445
1998-10-28Makefile.in (cc1): Put C_OBJS, and thence @extra_c_objs@ last.Richard Henderson1-92/+91
* Makefile.in (cc1): Put C_OBJS, and thence @extra_c_objs@ last. (LIBCPP_OBJS): New. Add cppulp.o. (cppmain, fix-header): Depend on and use libcpp.a. * configure.in (extra_c_objs, extra_cxx_objs): Use libcpp.a instead of the individual object files. * objc/Make-lang.in (cc1obj): Put OBJC_OBJS, and thence @extra_c_objs@, last. * cccp.c (user_label_prefix): New. (main): Set it off -f*leading-underscore. (special_symbol): Use it. * cpplib.c (special_symbol): Likewise. (cpp_handle_option): Handle -f*leading-underscore. * cppulp.c: New file. * output.h (user_label_prefix): Declare it. * dwarf2out.c (ASM_NAME_TO_STRING): Prepend user_label_prefix. * toplev.c (f_options, main): Handle -f*leading-underscore. * defaults.h (ASM_OUTPUT_LABELREF): Use asm_fprintf instead of referencing USER_LABEL_PREFIX directly. * config/nextstep.h (ASM_OUTPUT_LABELREF): Likewise. * m32r/m32r.h (ASM_OUTPUT_LABELREF): Likewise. * final.c (asm_fprintf): Use user_label_prefix instead. * arm/thumb.c (thumb_print_operand): Likewise. * gcc.c (default_compilers): Pass -f*leading-underscore on to cpp wherever appropriate. From-SVN: r23415
1998-10-27Appleid arm-elf contribution from Philip Blundell and merged with CatherineNick Clifton1-119/+201
Moore's work. From-SVN: r23364
1998-10-12Makefile.in (build_tooldir): new variable...Alexandre Oliva1-98/+100
* Makefile.in (build_tooldir): new variable, same as old $(tooldir), but without depending on $(libdir)/$(unlibsubdir) (GCC_FOR_TARGET): add -B$(build_tooldir)/bin/ (bootstrap, bootstrap2, bootstrap3, bootstrap4): ditto * configure.in (gxx_include_dir): set default based on unlibsubdir * Makefile.in (tooldir): ditto (cccp.o, cpplib.o): use unlibsubdir implicitly through gxx_include_dir, includedir and tooldir (protoize.o, unprotoize.o): ditto From-SVN: r23017
1998-09-30Oh, my.Robert Lipe1-53/+534
Oh, my. That'll teach me to rebuild generated files on a 'trusted' host like egcs.cygnus.com. From-SVN: r22705
1998-09-30RegenerateRobert Lipe1-567/+93
From-SVN: r22703
1998-09-30configure.in: Add --enable-cpplib option which uses cpplib for cpp...Zack Weinberg1-106/+121
* configure.in: Add --enable-cpplib option which uses cpplib for cpp, but doesn't link cpplib into cc1. Make help text capitalization consistent. * configure: Rebuilt. From-SVN: r22670
1998-09-28configure.in: new flags --with-ld and --with-as...Alexandre Oliva1-87/+154
* configure.in: new flags --with-ld and --with-as, equivalent to setting LD and AS environment variables. Test whether specified arguments are GNU commands, and report them with checking messages. Use the specified AS for configure tests too. * configure: ditto * acconfig.h: add DEFAULT_ASSEMBLER and DEFAULT_LINKER * config.in: ditto * gcc.c (find_a_file): when looking for `as' and `ld', return the DEFAULT program if it exists * collect2.c (main): use DEFAULT_LINKER if it exists * gcc.c (find_a_file): the test for existence of a full pathname was reversed From-SVN: r22629
1998-09-23[multiple changes]David S. Miller1-96/+95
Thu Sep 24 01:35:34 1998 David S. Miller <davem@pierdol.cobaltmicro.com> * config/sparc/sol2-sld-64.h (TRANSFER_FROM_TRAMPOLINE): Define. * config/sparc/sparc.c (sparc64_initialize_trampoline): If that is defined, emit libcall to __enable_execute_stack. Also fix opcodes and offsets in actual stack trampoline code so they match the commentary and actually work. Thu Sep 24 01:19:02 1998 Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz> * configure.in (sparcv9-*-solaris): Use t-sol2 and t-sol2-64 for tmake_file. (sparc64-*-linux): Use t-linux and sparc/t-linux64 for tmake_file. Set extra_parts to needed crt objects. * configure: Rebuilt. * config/sparc/linux64.h (SPARC_BI_ARCH): Define. (TARGET_DEFAULT): Set if default is v9 or ultra. (STARTFILE_SPEC32, STARTFILE_SPEC64): New macros. (STARTFILE_SPEC): Set to those upon SPARC_BI_ARCH. (ENDFILE_SPEC32, ENDFILE_SPEC64, ENDFILE_SPEC): Likewise. (SUBTARGET_EXTRA_SPECS, LINK_ARCH32_SPEC, LINK_ARCH64_SPEC, LINK_SPEC, LINK_ARCH_SPEC): Likewise. (TARGET_VERSION): Define. (MULTILIB_DEFAULT): Define. * config/sparc/sparc.h (CPP_CPU_DEFAULT_SPEC): Rearrange so that mixed 32/64 bit compilers based upon SPARC_BI_ARCH work. (CPP_CPU64_DEFAULT_SPEC, CPP_CPU32_DEFAULT_SEC): Define appropriately. (TARGET_SWITCHES): Allow ptr32/ptr64 options once more. * config/sparc/sparc.c (sparc_override_options): If arch and pointer size disagree, emit diagnostic and fix it up. If SPARC_BI_ARCH and TARGET_ARCH32, set cmodel to CM_32. Turn off V8PLUS in 64-bit mode. * config/sparc/t-linux64: New file. * config/sparc/t-sol2-64: New file. * config/sparc/t-sol2: Adjust build rules to use MULTILIB_CFLAGS. * config/sparc/sol2-sld-64.h (SPARC_BI_ARCH): Define. (ASM_CPU32_DEFAULT_SPEC, ASM_CPU64_DEFAULT_SPEC, CPP_CPU32_DEFAULT_SPEC, CPP_CPU64_DEFAULT_SPEC): Define. (ASM_SPEC, CPP_CPU_SPEC): Set appropriately based upon those. (STARTFILE_SPEC32, STARTFILE_SPEC32, STARTFILE_ARCH_SPEC): Define. (STARTFILE_SPEC): Set approriately based upon those. (CPP_CPU_DEFAULT_SPEC, ASM_CPU_DEFAULT_SPEC): Set based upon disposition of DEFAULT_ARCH32_P. (LINK_ARCH32_SPEC, LINK_ARCH64_SPEC): Define. (LINK_ARCH_SPEC, LINK_ARCH_DEFAULT_SPEC): Set based upon those. (CC1_SPEC, MULTILIB_DEFAULTS): Set based upon DEFAULT_ARCH32_P. (MD_STARTFILE_PREFIX): Set correctly based upon SPARC_BI_ARCH. * config/sparc/xm-sysv4-64.h (HOST_BITS_PER_LONG): Only set on arch64/v9. * config/sparc/xm-sp64.h (HOST_BITS_PER_LONG): Likewise. From-SVN: r22565
1998-09-21configure.in: Recognize i[34567]86-*-openbsd* and handle it like NetBSD.Jeffrey A Law1-4/+6
* configure.in: Recognize i[34567]86-*-openbsd* and handle it like NetBSD. From-SVN: r22535
1998-09-20Rebuilt after recent changes.Jeff Law1-82/+565
From-SVN: r22509
1998-09-20configure.in (i*86-*-sysv5*): Use fixinc.svr4 to patch byteorder problems.Robert Lipe1-566/+83
* configure.in (i*86-*-sysv5*): Use fixinc.svr4 to patch byteorder problems. * configure: Regenerate. From-SVN: r22506
1998-09-20configure.in: Add support for c4x targets.Michael Hayes1-3/+7
* configure.in: Add support for c4x targets. * configure: Rebuilt. From-SVN: r22498
1998-09-19configure.in: Disable collect2 for nextstep.Melissa O'Neill1-97/+99
* configure.in: Disable collect2 for nextstep. Instead use crtbegin/crtend. * configure: Rebuilt. * config/nextstep.h (STARTFILE_SPEC): Add crtbegin. (ENDFILE_SPEC): Define. (OBJECT_FORMAT_MACHO): Define. (EH_FRAME_SECTION_ASM_OP): Define. * crtstuff.c: Handle MACHO. From-SVN: r22487
1998-09-13configure.in: remove usage of `!' to negate the result of a command...Alexandre Oliva1-2/+4
* configure.in: remove usage of `!' to negate the result of a command; some common shells do not support it From-SVN: r22407
1998-09-13We now fully bootstrap on solaris-2.7 sparcv9.David S. Miller1-101/+99
toplevel: * config.sub: Recognize sparcv9 just like sparc64. gcc/ChangeLog: * configure.in: in sparc9-sol2 config, use 'if test' not brackets. * configure: Rebuilt. * config/sparc/sol2-sld-64.h (SPARC_DEFAULT_CMODEL): Change to CM_MEDANY. (CPP_CPU_SPEC): Do not define _LP64, header files do this. (CPP_CPU_DEFAULT_SPEC): Likewise. * config/sparc/sol2.h (INIT_SUBTARGET_OPTABS): Get the names right for arch64 libfuncs. gcc/java/ChangeLog: * jcf-io.c: Include string.h. libchill/ChangeLog: * configure.in: Use 'if test' not brackets. * configure: Rebuilt. From-SVN: r22404
1998-09-13Add support for strsignal, for platforms which have it but don't have ↵Kaveh R. Ghazi1-97/+100
sys_siglist (like Solaris 2.7.) Add support for strsignal, for platforms which have it but don't have sys_siglist (like Solaris 2.7.) * acconfig.h (NEED_DECLARATION_STRSIGNAL): Provide a stub. * collect2.c: Don't declare `sys_siglist' here. (my_strsignal): Prototype and define new function. Use it in place of `sys_siglist' hacks. * mips_tfile.c: Likewise. * configure.in (AC_CHECK_FUNCS): Check for strsignal. (GCC_NEED_DECLARATIONS): Likewise. * system.h (strsignal): Prototype it, if necessary. (sys_siglist): Declare it, if necessary. From-SVN: r22403
1998-09-10configure.in: Add check for GAS subsection -1 support.Jakub Jelinek1-1/+39
* configure.in: Add check for GAS subsection -1 support. * acconfig.h (HAVE_GAS_SUBSECTION_ORDERING): Add. * configure config.in: Rebuilt. * config/sparc/sparc.h (CASE_VECTOR_MODE): For V9 flag_pic, use SImode is subsection -1 works, else use DImode. (ASM_OUTPUT_ADDR_VEC_START, ASM_OUTPUT_ADDR_VEC_END): Define if subsection -1 works. * config/sparc/sparc.c (sparc_output_addr_vec, sparc_output_addr_diff_vec): Use them if defined. From-SVN: r22383
1998-09-08Add preliminary native sparcv9 Solaris support.David S. Miller1-96/+117
* configure.in: Recognize sparv9-*-solaris2* * configure: rebuilt * config.sub: Recognize sparcv9 just like sparc64. * config/sparc/sol2-c1.asm config/sparc/sol2-ci.asm config/sparc/sol2-cn.asm: Macroize so it can be shared between 32-bit and 64-bit Solaris systems. * config/sparc/t-sol2: Assemble those with cpp. * config/sparc/sparc.h (TARGET_CPU_sparcv9): New alias for v9. (*TF*_LIBCALL): If ARCH64 use V9 names. * config/sparc/{xm-sysv4-64,sol2-sld-64}.h: New files. From-SVN: r22345
1998-09-08configure.in (m68k-next-nextstep3*): Use collect2.Jeffrey A Law1-2/+3
* configure.in (m68k-next-nextstep3*): Use collect2. Similarly for x86 NeXT configurations. * configure: Rebuilt. From-SVN: r22340
1998-09-08configure.in (m68k-next-nextstep3*): Use collect2.Jeffrey A Law1-2/+3
* configure.in (m68k-next-nextstep3*): Use collect2. * configure: Rebuilt. From-SVN: r22336
1998-09-07* gcc/configure.in: Don't assume srcdir is .../gccNathan Sidwell1-1/+1
From-SVN: r22323
1998-09-07configure.in: Check for bogus GCC_EXEC_PREFIX and LIBRARY_PATH.Jeffrey A Law1-83/+134
* configure.in: Check for bogus GCC_EXEC_PREFIX and LIBRARY_PATH. * configure: Rebuilt. From-SVN: r22320
1998-09-07configure.in: If we are unable to find the "gnatbind" program...Jeffrey A Law1-29/+66
* configure.in: If we are unable to find the "gnatbind" program, then do not configure the ada subdir. * configure: Rebuilt. From-SVN: r22312
1998-09-05configure.in: Removed references to the removed fileKrister Walfridsson1-10/+4
* configure.in: Removed references to the removed file * config/xm-netbsd.h. Use ${cpu_type}/xm-netbsd.h for * arm*-*-netbsd* and ns32k-*-netbsd*. * config/i386/xm-netbsd.h: Removed unnecessary file. * config/m68k/xm-netbsd.h: Likewise. * config/sparc/xm-netbsd.h: Likewise. * config/mips/xm-netbsd.h: Likewise. From-SVN: r22262
1998-09-03aclocal.m4 (GCC_HEADER_STRING): New macro to detect if it is safe to include ↵Kaveh R. Ghazi1-48/+92
both string.h and strings.h together. * aclocal.m4 (GCC_HEADER_STRING): New macro to detect if it is safe to include both string.h and strings.h together. (GCC_NEED_DECLARATION): Test STRING_WITH_STRINGS when deciding which headers to search for function declarations. Continue to prefer string.h over strings.h when both are not acceptable. * acconfig.h (STRING_WITH_STRINGS): Add stub. * configure.in: Call GCC_HEADER_STRING. * system.h: Test STRING_WITH_STRINGS when deciding which headers to include. Continue to prefer string.h over strings.h when both are not acceptable. From-SVN: r22204
1998-09-02Boehm GC support for ObjC from Ovidiu Predescu.Ovidiu Predescu1-79/+97
From-SVN: r22199
1998-08-30configure.in: If the native compiler is GCC use $(WARN_CFLAGS) even in stage1.Mark Mitchell1-67/+79
* configure.in: If the native compiler is GCC use $(WARN_CFLAGS) even in stage1. * Makefile.in: Likewise. * configure: Regenerated. From-SVN: r22120
1998-08-30configure.in (gxx_include_dir): Changed to ↵H.J. Lu1-80/+81
'${prefix}/include/g++'-${libstdcxx_interface}. * configure.in (gxx_include_dir): Changed to '${prefix}/include/g++'-${libstdcxx_interface}. * configure: Rebuilt. From-SVN: r22110
1998-08-30Makefile.in: Add lang_tree_files and gencheck.h.Martin v. Löwis1-90/+99
* Makefile.in: Add lang_tree_files and gencheck.h. * configure.in: Generate them. * gencheck.c: Include gencheck.h. From-SVN: r22101
1998-08-26Make `configure rs6000-ibm-aix4.1' work again.Jim Wilson1-1/+1
* configure.in (powerpc-ibm-aix4.[12]*): Change from 4.[12].*. (rs6000-ibm-aix4.[12]*): Likewise. * configure: Regnerate. From-SVN: r22006
1998-08-25This change was certainly tested...David S. Miller1-100/+98
From-SVN: r21995
1998-08-25configure.in: Do not set thread_file to "irix" since no such support exists yet.Jeffrey A Law1-173/+111
* From Alexandre: * configure.in: Do not set thread_file to "irix" since no such support exists yet. From-SVN: r21985