summaryrefslogtreecommitdiff
path: root/hints/aix.sh
Commit message (Collapse)AuthorAgeFilesLines
* gcc -dumpversion is at least supported back to 2.7.x andH.Merijn Brand2007-01-121-1/+1
| | | | | | thus seems to be much more defensive against upcoming version reporting format changes. p4raw-id: //depot/perl@29777
* Use the correct gcc when more than one gcc is installedH.Merijn Brand2005-07-261-2/+2
| | | | | Thanks to Campo p4raw-id: //depot/perl@25228
* IBM Released vac.C version 7, and changed the naming convention (again)H.Merijn Brand2005-02-081-1/+1
| | | | | Thanks to Campo for spotting, testing and the fix p4raw-id: //depot/perl@23952
* Make AIX 5 + gcc work in 64bitallH.Merijn Brand2004-10-091-1/+11
| | | p4raw-id: //depot/perl@23354
* gcc on AIX doesn't like -G on the commandlineH.Merijn Brand2004-08-031-0/+1
| | | p4raw-id: //depot/perl@23188
* First steps towards an explicit perl.exp-less AIX buildH.Merijn Brand2004-07-311-3/+17
| | | | | | Previous method can still be used by undeffing usenativedlopen If that is ever tested at all on AIX p4raw-id: //depot/perl@23174
* Improve the substitution to cc_r for threading so that compilersNicholas Clark2004-06-161-5/+15
| | | | | specified with a full path or as a parameter to ccache are changed p4raw-id: //depot/perl@22939
* usemallocwrap works on AIX, but not with vac-5H.Merijn Brand2004-04-261-3/+6
| | | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Subject: Re: Perl 5.8.4 "panic: memory wrap" in miniperl on AIX 5.1 Message-Id: <20040426152951.A6C4.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@22743
* Remaining smoked platforms where malloc wrap is known to work.Nicholas Clark2004-03-241-0/+5
| | | | | | Data for Irix and NetBSD would be useful - they probably will work too. Will Unicos work? Place bets now... p4raw-id: //depot/perl@22585
* When threads are active we need -lpthread, but previous `fix' ofH.Merijn Brand2004-02-271-3/+2
| | | | | | now linked libraries invalidated the regex for sed (AIX 5 has no seperate libc.a and libc_r.a the latter links to the first) p4raw-id: //depot/perl@22400
* AIX hints stage 3: remove AIX 3 and AIX 4 after split offH.Merijn Brand2004-02-251-353/+223
| | | | | | | One open issue left: promoting to cc_r for threaded builds need a review to permit users using -Dcc=xlc_r for non threaded builds p4raw-id: //depot/perl@22374
* AIX 3 support removed from default hints after its separationH.Merijn Brand2004-02-041-26/+12
| | | p4raw-id: //depot/perl@22267
* If someone chooses xlc as default C compiler, threaded buildsH.Merijn Brand2004-02-031-1/+1
| | | | | will fail, unless converted to cc_r p4raw-id: //depot/perl@22261
* Message-ID: <40113F7B.6050701@davidfavor.com>David Favor2004-01-281-1/+1
| | | | | | Part I: In hints/aix.sh change -qmaxmem=16384 to -qmaxmem=-1 so no compilation stack limits are imposed. p4raw-id: //depot/perl@22243
* Typos.Rafael Garcia-Suarez2003-10-151-2/+2
| | | p4raw-id: //depot/perl@21453
* The AIX C product potentially consists of several packages,Jarkko Hietaniemi2003-09-171-1/+1
| | | | | the main package being (hopefully) the first one. p4raw-id: //depot/perl@21261
* [perl #23778] hints/aix.sh Gary L. Armstrong2003-09-101-1/+1
| | | | | | From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org> Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org> p4raw-id: //depot/perl@21163
* Even more promotion for -lc128 (long doubles on AIX)H.Merijn Brand2003-04-091-18/+24
| | | | | | | | | More obvious detection of C compiler cc_type should not promote to config.sh From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@19174
* Implemented AIX longdouble support in hints/aix.sh, which nowH.Merijn Brand2003-04-011-0/+18
| | | | | | | | | actually work. Thanks to John L. Allen for the hint. Subject: Re: AIX longdoubles From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@19113
* Integrate from maint-5.8:Rafael Garcia-Suarez2003-01-281-1/+2
| | | | | | | | | | | | | | Change 18450 : Tiny output tweak. Change 18429 : AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE things like drand48_data are undefined). Change 18388 : List the PERL_MAGIC_utf8 ('w') flag. p4raw-id: //depot/perl@18598 p4raw-integrated: from //depot/maint-5.8/perl@18597 'copy in' hints/aix.sh (@18286..) t/op/pat.t (@18290..) pod/perlguts.pod (@18387..)
* More email addresses for #18282Hugo van der Sanden2002-12-111-1/+1
| | | p4raw-id: //depot/perl@18283
* AIX hints missinga >&4Jarkko Hietaniemi2002-09-261-1/+1
| | | | | Message-ID: <20020913134842.GD8929@lyta.hut.fi> p4raw-id: //depot/perl@17919
* Patch #17914 was empty ; this should have been applied instead.Rafael Garcia-Suarez2002-09-241-0/+9
| | | p4raw-id: //depot/perl@17915
* [PATCH] AIX test shouldn't trip OS/400 PASEJarkko Hietaniemi2002-09-191-2/+6
| | | | | | | | | | | Date: Thu, 19 Sep 2002 18:59:48 +0300 Message-Id: <20020919155948.GU208696@lyta.hut.fi> Subject: [PATCH] more PASE tweakage From: Jarkko Hietaniemi <jhi@iki.fi> Date: Thu, 19 Sep 2002 18:01:44 +0300 Message-Id: <20020919150144.GJ208696@lyta.hut.fi> p4raw-id: //depot/perl@17912
* OS/400 PASE portJarkko Hietaniemi2002-09-041-0/+24
| | | | | Message-ID: <20020829192251.GA27102@lyta.hut.fi> p4raw-id: //depot/perl@17827
* AIX compiler setup sanity checkingJarkko Hietaniemi2002-08-291-0/+22
| | | | | Message-Id: <20020829134351.GG5219@lyta.hut.fi> p4raw-id: //depot/perl@17803
* Re: pp_sys.c compile failed..Andy Dougherty2002-08-081-4/+2
| | | | | Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@17701
* Re: [ PATCH ] AIX 5 + 17206H.Merijn Brand2002-06-131-1/+1
| | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020613091118.2BAF.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@17218
* Re: AIX warning in hints regarding gccH.Merijn Brand2002-05-161-20/+12
| | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020516185212.667C.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@16634
* [ PATCH ] AIX 4.3 / gcc / threadsH.Merijn Brand2002-05-161-5/+23
| | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020516141856.6661.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@16625
* No bincompat5005.Jarkko Hietaniemi2002-05-011-3/+0
| | | p4raw-id: //depot/perl@16291
* SImilarly to old HP-UX, in old AIX too includingJarkko Hietaniemi2002-04-101-0/+4
| | | | | crypt.h leads into trouble. (from Merijn) p4raw-id: //depot/perl@15841
* d_Gconvert hints and GlossaryYitzchak Scott-Thoennes2002-02-201-12/+0
| | | | | Message-ID: <42qc8gzkgOFN092yn@efn.org> p4raw-id: //depot/perl@14786
* [ PATCH ] AIX to pick the correct CC if more than one installedH.Merijn Brand2002-01-111-3/+23
| | | | | Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@14187
* Retract #12446; the problem solved by #12474.Jarkko Hietaniemi2001-10-181-1/+1
| | | p4raw-id: //depot/perl@12497
* Two AIX patchesH.Merijn Brand2001-10-171-1/+1
| | | | | Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@12474
* (retracted by #12497)Jarkko Hietaniemi2001-10-151-1/+1
| | | | | In AIX vac 5 just can't seem to get regcomp right. p4raw-id: //depot/perl@12446
* The AIX cc 5.0.0.0 is simply too buggy.Jarkko Hietaniemi2001-09-221-5/+5
| | | p4raw-id: //depot/perl@12130
* Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]H.Merijn Brand2001-07-121-1/+1
| | | | | Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@11323
* Re: HiRes on AIX 4.2 in threaded modeH.Merijn Brand2001-07-121-15/+19
| | | | | Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@11301
* Retract #10142, the real culprit found by Richard Hatch,Jarkko Hietaniemi2001-07-021-5/+0
| | | | | coming soon to Configure near you. p4raw-id: //depot/perl@11114
* Re: AIX / gcc-3.0H.Merijn Brand2001-07-021-2/+5
| | | | | Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@11088
* In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)Jarkko Hietaniemi2001-06-301-0/+5
| | | | | | the Configure library symbol probe mysteriously finds all symbols but those of pipe() and times(). p4raw-id: //depot/perl@11042
* -lpthreads missing in AIX.Jarkko Hietaniemi2001-06-291-2/+2
| | | p4raw-id: //depot/perl@11031
* AIX hints tweaking continues, from Merijn Brand.Jarkko Hietaniemi2001-06-291-5/+13
| | | p4raw-id: //depot/perl@11020
* AIX tweak from Merijn Brand.Jarkko Hietaniemi2001-06-281-1/+1
| | | p4raw-id: //depot/perl@11008
* One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et aliaJarkko Hietaniemi2001-06-281-0/+13
| | | | | in AIX is one is doing a 64-bit build. p4raw-id: //depot/perl@11002
* More AIX tweakage from Merijn.Jarkko Hietaniemi2001-06-131-1/+1
| | | p4raw-id: //depot/perl@10557
* New AIX dynaloading code from Jens-Uwe Mager.Jarkko Hietaniemi2001-06-131-14/+22
| | | | | Does break binary compatibility. p4raw-id: //depot/perl@10554
* AIX tweaks from Merijn H. Brand.Jarkko Hietaniemi2001-06-131-4/+4
| | | p4raw-id: //depot/perl@10544