diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-01 19:19:22 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-01 19:19:22 +0000 |
| commit | a5cc86f1631ccd9be570c5f537acb22e4b878c42 (patch) | |
| tree | e84ca70648eb208a6164eff32dd77146dfaba40b | |
| parent | 4592db46352f6f039e1e96834a1abdad04bcb021 (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/freebsd-native.h | 4 |
1 files changed, 3 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 51e4a49e0272..6243d27fdb60 100644 --- a/gnu/usr.bin/cc/cc_tools/freebsd-native.h +++ b/gnu/usr.bin/cc/cc_tools/freebsd-native.h @@ -42,7 +42,9 @@ /* For the native system compiler, we actually build libgcc in a profiled version. So we should use it with -pg. */ -#define LIBGCC_SPEC "%{!pg: -lgcc} %{pg: -lgcc_p}" +#define LIBGCC_SPEC "%{!pg: -lgcc} %{pg: -lgcc_p}" +#define LIBSTDCXX_PROFILE "-lstdc++_p" +#define MATH_LIBRARY_PROFILE "-lm_p" /* FreeBSD is 4.4BSD derived */ #define bsd4_4 |
