mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-11 16:15:07 -04:00
10 lines
281 B
Plaintext
10 lines
281 B
Plaintext
# NetBSD has (will have) "non-native" libraries in /usr/lib/<arch>.
|
|
# For NetBSD/sparc64 we thus have /usr/lib and /usr/lib/sparc.
|
|
|
|
MULTILIB_OPTIONS = m64/m32
|
|
MULTILIB_DIRNAMES = 64 32
|
|
MULTILIB_OSDIRNAMES = . ../lib/sparc
|
|
|
|
LIBGCC = stmp-multilib
|
|
INSTALL_LIBGCC = install-multilib
|