diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-08-15 21:59:46 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-08-15 21:59:46 +0000 |
| commit | c86942dc6677ebeb68648466d2cb4ca30c362d9a (patch) | |
| tree | 74cfd6a39b1e2a9c1bdfb9bdc033adbef53a1a5c /gnu | |
| parent | aecb0ebbac26c134110bf819c57b7f3b7907a52f (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/freebsd-native.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/freebsd-native.h b/gnu/usr.bin/cc/cc_tools/freebsd-native.h index 6f5cc8f76560e..99bb829187fd1 100644 --- a/gnu/usr.bin/cc/cc_tools/freebsd-native.h +++ b/gnu/usr.bin/cc/cc_tools/freebsd-native.h @@ -1,4 +1,4 @@ -/* $Id: freebsd.h,v 1.8 1999/04/22 17:45:01 obrien Exp $ */ +/* $Id: freebsd-native.h,v 1.1 1999/04/28 18:48:05 obrien Exp $ */ /* FREEBSD_NATIVE is defined when gcc is integrated into the FreeBSD source tree so it can be configured appropriately without using @@ -38,3 +38,8 @@ /* FreeBSD is 4.4BSD derived */ #define bsd4_4 + +/* Tell gcc to locate libgcc.a for us according to the -m rules. */ +#undef LIBGCC_SPEC +#define LIBGCC_SPEC \ + "%{!shared:%{!pthread:%{!kthread:libgcc.a%s}}%{pthread|kthread:libgcc_r.a%s}}" |
