From 86f99a57b2b576db877a644dcc22d16cd827f69e Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 6 Jun 2002 03:47:02 +0000 Subject: [PATCH] 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(+) diff --git a/gnu/usr.bin/cc/cc_tools/freebsd-native.h b/gnu/usr.bin/cc/cc_tools/freebsd-native.h index f5cae31efdda..692886bf9e80 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. */