check for /usr/libdata/gcc/specs and use it if it exists.

This commit is contained in:
Peter Wemm 1997-02-22 15:21:40 +00:00
parent 7e546392b5
commit 8988623bce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22994

View File

@ -2709,6 +2709,7 @@ process_command (argc, argv)
#ifdef FREEBSD_NATIVE
add_prefix (&exec_prefixes, "/usr/libexec/", 0, 0, NULL_PTR);
add_prefix (&exec_prefixes, "/usr/bin/", 0, 0, NULL_PTR);
add_prefix (&startfile_prefixes, "/usr/libdata/gcc/", 0, 0, NULL_PTR);
#else /* not FREEBSD_NATIVE */
#ifndef OS2
add_prefix (&exec_prefixes, standard_exec_prefix, 0, 2, NULL_PTR);