mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-11 16:15:07 -04:00
8 lines
297 B
Plaintext
8 lines
297 B
Plaintext
# Generate SYSROOT_SUFFIX_SPEC from MULTILIB_OSDIRNAMES
|
|
|
|
sysroot-suffix.h: $(srcdir)/config/print-sysroot-suffix.sh
|
|
$(SHELL) $(srcdir)/config/print-sysroot-suffix.sh \
|
|
"$(MULTILIB_OSDIRNAMES)" "$(MULTILIB_OPTIONS)" \
|
|
"$(MULTILIB_MATCHES)" > tmp-sysroot-suffix.h
|
|
mv tmp-sysroot-suffix.h $@
|