URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [config/] [t-sysroot-suffix] - Rev 729
Go to most recent revision | Compare with Previous | Blame | View Log
# 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 $@
Go to most recent revision | Compare with Previous | Blame | View Log