CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 16 Aug 2025 23:51:36 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20210122042548
location: https://web.archive.org/web/20210122042548/https://perl5.git.perl.org/metaconfig.git/commitdiff
server-timing: captures_list;dur=0.434211, exclusion.robots;dur=0.018228, exclusion.robots.policy;dur=0.008561, esindex;dur=0.008812, cdx.remote;dur=24.679784, LoadShardBlock;dur=286.953852, PetaboxLoader3.resolve;dur=149.307530, PetaboxLoader3.datanode;dur=68.057431
x-app-server: wwwb-app217
x-ts: 302
x-tr: 347
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app217; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 16 Aug 2025 23:51:37 GMT
content-type: application/xhtml+xml; charset=utf-8
x-archive-orig-date: Fri, 22 Jan 2021 04:25:48 GMT
x-archive-orig-server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips
x-archive-orig-keep-alive: timeout=5, max=100
x-archive-orig-connection: Keep-Alive
x-archive-orig-x-crawler-transfer-encoding: chunked
x-archive-orig-content-length: 14482
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Fri, 22 Jan 2021 04:25:48 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 22 Jan 2021 04:25:48 GMT", ; rel="memento"; datetime="Fri, 22 Jan 2021 04:25:48 GMT", ; rel="next memento"; datetime="Wed, 26 Jan 2022 21:36:45 GMT", ; rel="last memento"; datetime="Tue, 31 Jan 2023 20:49:44 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: CC-MAIN-2021-04-1610703529080.43-0019/CC-MAIN-20210122020254-20210122050254-00394.warc.gz
server-timing: captures_list;dur=12.070443, exclusion.robots;dur=0.025796, exclusion.robots.policy;dur=0.011232, esindex;dur=0.013284, cdx.remote;dur=5.937217, LoadShardBlock;dur=237.518121, PetaboxLoader3.datanode;dur=207.536278, PetaboxLoader3.resolve;dur=385.696532, load_resource;dur=387.875305
x-app-server: wwwb-app217
x-ts: 200
x-tr: 697
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
perl5.git.perl.org Git - metaconfig.git/commitdiff
This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2a08feb)
raw | patch | inline | side by side (parent: 2a08feb)
author | H.Merijn Brand <perl5@tux.freedom.nl> | |
Sat, 24 Oct 2020 10:30:50 +0000 (12:30 +0200) | ||
committer | H.Merijn Brand <perl5@tux.freedom.nl> | |
Sat, 24 Oct 2020 10:30:50 +0000 (12:30 +0200) |
Backport of 6b6e83fce2074294ac11d547c8a75bc106bebab9
set correct Haiku usrinc and locinc , add -fno-stack-protector to hints
for amigaos.sh and haiku.sh (and disable accordingly -fstack-protector*
in Configure)
set correct Haiku usrinc and locinc , add -fno-stack-protector to hints
for amigaos.sh and haiku.sh (and disable accordingly -fstack-protector*
in Configure)
U/compline/ccflags.U | patch | blob | blame | history |
diff --git a/U/compline/ccflags.U b/U/compline/ccflags.U
--- a/U/compline/ccflags.U
+++ b/U/compline/ccflags.U
?RCS: Revision 3.0 1993/08/18 12:05:31 ram
?RCS: Baseline for dist 3.0 netwide release.
?RCS:
-?MAKE:ccflags ldflags lkflags cppflags optimize locincpth: test cat osname \
+?MAKE:ccflags ldflags lkflags cppflags optimize locincpth: test cat \
Myread Guess Options Oldconfig +gccversion mips_type +usrinc \
package contains rm +cc cppstdin cppminus cpprun cpplast libpth \
libs loclibpth hint usesocks sh run rm_try sysroot
# is to add the flag to the flags passed to the compiler at link time,
# as that way the compiler can do the right implementation dependant
# thing. (NWC)
- case "$osname" in
- amigaos) ;; # -fstack-protector builds but doesn't work
- *) case "$gccversion" in
- ?*) set stack-protector-strong -fstack-protector-strong
- eval $checkccflag
- case "$dflt" in
- *-fstack-protector-strong*) ;; # It got added.
- *) # Try the plain/older -fstack-protector.
- set stack-protector -fstack-protector
- eval $checkccflag
- ;;
- esac
- ;;
+ case "$ccflags" in
+ *-fno-stack-protector*)
+ echo "Do not add -fstack-protector nor -fstack-protector-strong" 2>&1
+ ;;
+ *) case "$gccversion" in
+ ?*) set stack-protector-strong -fstack-protector-strong
+ eval $checkccflag
+ case "$dflt" in
+ *-fstack-protector-strong*) ;; # It got added.
+ *) # Try the plain/older -fstack-protector.
+ set stack-protector -fstack-protector
+ eval $checkccflag
+ ;;
esac
;;
+ esac
+ ;;
esac
- ;;
esac
?X: In USG mode, a MIPS system may need some BSD includes