Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / config / i386 / t-netbsd64
blob083d23657ee5d6f4b3ec128fa2f7ddf7dacea6bd
1 # NetBSD has (will have) "non-native" libraries in /usr/lib/<arch>.
2 # For NetBSD/amd64 we thus have /usr/lib and /usr/lib/i386.
4 MULTILIB_OPTIONS = m64/m32
5 MULTILIB_DIRNAMES = 64 32 
6 MULTILIB_OSDIRNAMES = . ../lib/i386
8 LIBGCC = stmp-multilib
9 INSTALL_LIBGCC = install-multilib
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.
15 CRTSTUFF_T_CFLAGS += -fno-omit-frame-pointer -fno-asynchronous-unwind-tables