Ticket #22148: i386_multilib.diff

File i386_multilib.diff, 420 bytes (added by howarth@…, 15 years ago)

add support for i386 multilib for x86_64-apple-darwin target.

  • gcc/config/i386/t-darwin64

    old new  
    11LIB2_SIDITI_CONV_FUNCS=yes
    22LIB2FUNCS_EXTRA = $(srcdir)/config/darwin-64.c
    33
     4MULTILIB_OPTIONS = m32
     5MULTILIB_DIRNAMES = i386
     6
     7LIBGCC = stmp-multilib
     8INSTALL_LIBGCC = install-multilib
     9
    410softfp_wrap_start := '\#ifdef __x86_64__'
    511softfp_wrap_end := '\#endif'