xref: /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/t-netbsd64 (revision 1debfc3d3fad8af6f31804271c18e67f77b4d718)
1*1debfc3dSmrg# NetBSD has "non-native" libraries in /usr/lib/<arch>.
2*1debfc3dSmrg# For NetBSD/amd64 we thus have /usr/lib and /usr/lib/i386.
3*1debfc3dSmrg
4*1debfc3dSmrgMULTILIB_OPTIONS = m64/m32
5*1debfc3dSmrgMULTILIB_DIRNAMES = 64 32
6*1debfc3dSmrgMULTILIB_OSDIRNAMES = . ../lib/i386
7*1debfc3dSmrg
8*1debfc3dSmrgLIBGCC = stmp-multilib
9*1debfc3dSmrgINSTALL_LIBGCC = install-multilib
10*1debfc3dSmrg
11*1debfc3dSmrg# The pushl in CTOR initialization interferes with frame pointer elimination.
12*1debfc3dSmrg# crtend*.o cannot be compiled without -fno-asynchronous-unwind-tables,
13*1debfc3dSmrg# because then __FRAME_END__ might not be the last thing in .eh_frame
14*1debfc3dSmrg# section.
15*1debfc3dSmrgCRTSTUFF_T_CFLAGS += -fno-omit-frame-pointer -fno-asynchronous-unwind-tables
16