diff options
author | Alex Wilson <alex@uq.edu.au> | 2015-05-20 02:55:58 +1000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2015-08-10 15:47:52 -0700 |
commit | 6a59053b922dcd35760db6b042abda7cb6ef1c80 (patch) | |
tree | bc7981dc9f803fc46e90d3592a6c2f350a63d9f7 /usr/src/uts/i86xpv | |
parent | 50a3c7725241be42cd7a99ff5cfcda2b8a0450e0 (diff) | |
download | illumos-joyent-6a59053b922dcd35760db6b042abda7cb6ef1c80.tar.gz |
5922 Want support for building with -fstack-protector
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/uts/i86xpv')
-rw-r--r-- | usr/src/uts/i86xpv/Makefile.files | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/i86xpv/Makefile.files b/usr/src/uts/i86xpv/Makefile.files index 3b92ef75c9..bf2ccf8f18 100644 --- a/usr/src/uts/i86xpv/Makefile.files +++ b/usr/src/uts/i86xpv/Makefile.files @@ -94,6 +94,7 @@ CORE_OBJS += \ pmem.o \ ppage.o \ startup.o \ + ssp.o \ xpv_timestamp.o \ todpc_subr.o \ trap.o \ |