diff options
author | kan <kan@FreeBSD.org> | 2003-11-07 03:23:43 +0000 |
---|---|---|
committer | kan <kan@FreeBSD.org> | 2003-11-07 03:23:43 +0000 |
commit | 06a580baf72956f54110bc727f164f0f00fd6323 (patch) | |
tree | 602ec5cdef49a7668e90c0df7c656dd46034f274 /contrib/gcc | |
parent | b62edf39c35f514c98805c011c30ed854d2b8abd (diff) | |
download | FreeBSD-src-06a580baf72956f54110bc727f164f0f00fd6323.zip FreeBSD-src-06a580baf72956f54110bc727f164f0f00fd6323.tar.gz |
Merge revs 1.{2,15} (FREEBSD_NATIVE); 1.21 ("GCC_OPTIONS"); 1.{16,25,27}
(cross compiling issues).
Diffstat (limited to 'contrib/gcc')
-rw-r--r-- | contrib/gcc/gcc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/gcc/gcc.c b/contrib/gcc/gcc.c index 42b3094..6da5837 100644 --- a/contrib/gcc/gcc.c +++ b/contrib/gcc/gcc.c @@ -1562,6 +1562,9 @@ init_spec () #else "-lgcc_s%M" #endif +#ifdef USE_LIBUNWIND_EXCEPTIONS + " -lunwind" +#endif , "-lgcc", "-lgcc_eh"); |