head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.8 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.6 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.4 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.2 pkgsrc-2025Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2025.06.15.12.51.35; author js; state Exp; branches; next ; commitid pPFU1zunMUk7eZYF; desc @@ 1.1 log @Add cross/ppc-morphos-gcc 15.1.0 Includes patchset from unreleased MorphOS 3.20 beta SDK with permission. No version suffix anymore since the idea is to only maintain one version in pkgsrc. @ text @--- gcc/config/rs6000/sysv4.h_orig 2019-11-16 19:26:35.231951385 +0100 +++ gcc/config/rs6000/sysv4.h 2019-11-16 19:27:56.225897027 +0100 @@@@ -205,16 +205,17 @@@@ do { \ } \ \ if (TARGET_RELOCATABLE) \ { \ if (!flag_pic) \ flag_pic = 2; \ TARGET_NO_FP_IN_TOC = 1; \ } \ +if (flag_pic > 0) {flag_pic=0;warning (0, "-fPIC is unsupported");} \ } while (0) #ifndef RS6000_BI_ARCH # define SUBSUBTARGET_OVERRIDE_OPTIONS \ do { \ if ((TARGET_DEFAULT ^ rs6000_isa_flags) & OPTION_MASK_64BIT) \ error ("%<-m%s%> not supported in this configuration", \ (rs6000_isa_flags & OPTION_MASK_64BIT) ? "64" : "32"); \ @