Update and support draft 26

This commit is contained in:
2018-06-18 17:20:12 +09:00
parent 9a4ebe1ae3
commit 03ea01ad59
18 changed files with 514 additions and 343 deletions
-5
View File
@@ -86,9 +86,4 @@ my %shared_info;
shared_sonameflag => '-Wl,-soname=',
};
},
'hpux-shared' => {
bin_lflags => '-Wl,+s,+cdp,../:,+cdp,./:',
shared_ldflag => '-Wl,-B,symbolic,+vnocompatwarnings,-z,+s,+cdp,../:,+cdp,./:',
shared_sonameflag => '-Wl,+h,',
},
);