Bug 68380 - NetBSD has SSP in libc
Summary: NetBSD has SSP in libc
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: target (show other bugs)
Version: 5.2.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-17 11:19 UTC by Thomas Klausner
Modified: 2016-01-27 16:55 UTC (History)
1 user (show)

See Also:
Host:
Target: *-*-nebsd
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
Patch fixing the problem. (290 bytes, patch)
2015-11-17 11:19 UTC, Thomas Klausner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Klausner 2015-11-17 11:19:44 UTC
Created attachment 36732 [details]
Patch fixing the problem.

NetBSD has SSP included in libc:

http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libc/ssp/?only_with_tag=MAIN

gcc/configure does not know about this. The attached patch (against SVN checkout from today) fixes this.
Comment 1 Andrew Pinski 2016-01-23 21:37:16 UTC
Patches should goto gcc-patches@ .
Comment 2 Jeffrey A. Law 2016-01-27 16:55:20 UTC
Author: law
Date: Wed Jan 27 16:54:48 2016
New Revision: 232884

URL: https://gcc.gnu.org/viewcvs?rev=232884&root=gcc&view=rev
Log:
2016-01-27  Thomas Klausner  <wiz@NetBSD.org>

	PR target/68380
	* configure.ac: NetBSD provides SSP in its C library.
	* configure: Updated.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/configure
    trunk/gcc/configure.ac
Comment 3 Jeffrey A. Law 2016-01-27 16:55:38 UTC
Patch committed to the trunk.