From 5e61aad926dd9d2ae6d8ad5070df268dcc0466fb Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 6 Jun 2002 03:47:02 +0000 Subject: Read specs from /usr/libdata/gcc/specs if it exists. --- gnu/usr.bin/cc/cc_tools/freebsd-native.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu') diff --git a/gnu/usr.bin/cc/cc_tools/freebsd-native.h b/gnu/usr.bin/cc/cc_tools/freebsd-native.h index f5cae31..692886b 100644 --- a/gnu/usr.bin/cc/cc_tools/freebsd-native.h +++ b/gnu/usr.bin/cc/cc_tools/freebsd-native.h @@ -35,6 +35,7 @@ #undef STANDARD_BINDIR_PREFIX /* We don't need one for now. */ #define STANDARD_EXEC_PREFIX PREFIX"/libexec/" #undef MD_EXEC_PREFIX /* We don't want one. */ +#define FBSD_DATA_PREFIX PREFIX"/libdata/gcc/" /* Under FreeBSD, the normal location of the various *crt*.o files is the /usr/lib directory. */ -- cgit v1.1