mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-11 08:07:30 -04:00
6 lines
196 B
Plaintext
6 lines
196 B
Plaintext
# Build the libraries for both hard and soft floating point
|
|
|
|
MULTILIB_OPTIONS = m64/m32 msoft-float mno-atomic
|
|
MULTILIB_DIRNAMES = 64 32 soft-float no-atomic
|
|
MULTILIB_OSDIRNAMES = ../lib ../lib32
|