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