mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 08:36:05 -04:00
9 lines
243 B
Plaintext
9 lines
243 B
Plaintext
# NetBSD has (will have) "non-native" libraries in /usr/lib/<arch>.
|
|
|
|
MULTILIB_OPTIONS = mabi=aapcs-linux/mabi=apcs-gnu
|
|
MULTILIB_DIRNAMES = eabi oabi
|
|
MULTILIB_OSDIRNAMES = . ../lib/oabi
|
|
|
|
LIBGCC = stmp-multilib
|
|
INSTALL_LIBGCC = install-multilib
|