summaryrefslogtreecommitdiff
path: root/hints/hpux.sh
Commit message (Collapse)AuthorAgeFilesLines
* Protect against accumulating -options -options -options.Jarkko Hietaniemi2001-11-271-2/+8
| | | p4raw-id: //depot/perl@13322
* GNU ld parses arguments differentH.Merijn Brand2001-08-271-4/+4
| | | | | Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@11757
* Introduce more floating point classifying APIs;Jarkko Hietaniemi2001-08-091-0/+4
| | | | | | | | | | | | | try to define (most importantly) Perl_is{inf,nan}(x). For this first cut, assume none such APIs exist in non-UNIXoid platforms-- this is of course too unkind: Win32 rumoredly has _fpclass() and _isnan(), and VMS/VOS very probably have some of the APIs available. The only thing Perl uses at the moment is Perl_isnan() (has been in use for a while now). NOTE: the Win32 and NetWare config_h.?c need regenerating. p4raw-id: //depot/perl@11618
* HP-UX needs gccversion sooner, from Merijn Brand.Jarkko Hietaniemi2001-06-291-11/+21
| | | p4raw-id: //depot/perl@11019
* Re: [PATCH] gcc-3.0 warnings on HP-UXH.Merijn Brand2001-06-271-2/+6
| | | | | Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@10991
* GCC 3.0 hints for HP-UX.Jarkko Hietaniemi2001-06-271-3/+5
| | | p4raw-id: //depot/perl@10985
* HP-UX hints update from Merijn.Jarkko Hietaniemi2001-05-161-19/+78
| | | p4raw-id: //depot/perl@10131
* Yet another HP-UX hints tweak from Merijn.Jarkko Hietaniemi2001-05-141-11/+5
| | | p4raw-id: //depot/perl@10092
* Re: Less warnings during configureH.Merijn Brand2001-05-091-0/+50
| | | | | Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@10046
* Less warnings during configureH.Merijn Brand2001-05-081-10/+10
| | | | | Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@10039
* Re: Finally got a round tuitH.Merijn Brand2001-05-011-1/+6
| | | | | | | Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl> cpp and optimization tweaks for HP-UX. p4raw-id: //depot/perl@9929
* New HP-UX hints from Merijn.Jarkko Hietaniemi2001-04-281-36/+54
| | | p4raw-id: //depot/perl@9892
* If ccflags was empty the _previous_ $* containing all theJarkko Hietaniemi2001-04-261-2/+6
| | | | | | | | | | environment variables and Configure variables was used, which lead, among other bad things, into $ccflags being your uname -a output, which lead into test compile with cc failing, which lead into gcc being selected, which didn't work that well since gcc (ancient 2.8.1 in that particular box) wasn't too happy with large files, et cetera. p4raw-id: //depot/perl@9850
* Yet another HP-UX hints version from Merijn.Jarkko Hietaniemi2001-04-251-10/+31
| | | p4raw-id: //depot/perl@9840
* It would seem that both ar and full_ar need to be overriddenJarkko Hietaniemi2001-04-251-1/+3
| | | | | for HP-UX to avoid the GNU ar. p4raw-id: //depot/perl@9835
* In HP-UX set ar to /usr/bin/ar but only iff none set.Jarkko Hietaniemi2001-04-251-1/+1
| | | p4raw-id: //depot/perl@9833
* New version of HP-UX hints from Merijn.Jarkko Hietaniemi2001-04-251-35/+12
| | | p4raw-id: //depot/perl@9832
* Reintroduce the avoidance of mixing HP-UX cc and GNU ar.Jarkko Hietaniemi2001-04-251-0/+28
| | | p4raw-id: //depot/perl@9831
* New HP-UX hints from Jeff and Merijn, should work with IA-64.Jarkko Hietaniemi2001-04-241-368/+198
| | | | | | Some gcc specifics dropped out due to extensive rewriting; will be put back later as needed. p4raw-id: //depot/perl@9824
* The d_casti32=undef is good for you even when not use64bitall.Jarkko Hietaniemi2001-04-061-3/+2
| | | p4raw-id: //depot/perl@9596
* Integrate change #9131 from maintperl into mainline.Jarkko Hietaniemi2001-03-131-4/+9
| | | | | | | | | make the error text look more consistent in hints/hpux.sh p4raw-link: @9131 on //depot/maint-5.6/perl: 6c443ddcf92f9e25943db40b3d14a2d7dd67aaae p4raw-id: //depot/perl@9134 p4raw-integrated: from //depot/maint-5.6/perl@9132 'merge in' hints/hpux.sh (@8687..)
* Expand usemorebits early if d_casti32 needs to be undefined.Jarkko Hietaniemi2001-02-281-0/+3
| | | p4raw-id: //depot/perl@8968
* Do not force d_casti32 to undef if we are on a 64-bit environment.Jarkko Hietaniemi2001-02-281-1/+5
| | | | | (The #8961 was too bold.) p4raw-id: //depot/perl@8964
* The casting mystery in HP-UX and IRIX needs at least a workaroundJarkko Hietaniemi2001-02-271-0/+2
| | | | | and this would be it. p4raw-id: //depot/perl@8961
* Integrate changes #8687,8736 from maintperl.Jarkko Hietaniemi2001-02-091-19/+43
| | | | | | | | | | | | HP-UX thread patches from Merijn H. Brand. Latin nit from Philip Newton. p4raw-link: @8736 on //depot/maint-5.6/perl: 46c0e3f74b24cd7d4cacf5a7af8403364b68a206 p4raw-link: @8687 on //depot/maint-5.6/perl: 55551d482634089ae7d12e15564ce5358a4701f4 p4raw-id: //depot/perl@8737 p4raw-integrated: from //depot/maint-5.6/perl@8735 'copy in' hints/hpux.sh (@8609..) README.hpux (@8687..)
* Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.Jarkko Hietaniemi2001-01-301-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | perl's internal variables are not for public consumption, move their docs from perlapi.pod to perlintern.pod support for -Dusethreads build under HP-UX 10.20 and DCE threads library (11.0 and later have pthreads but 10.x don't) avoid uninitialized value warnings canonicalize paths when doing chdir() on windows (or Cwd::getcwd() gets weird results) perldoc nit on windows make it possible to run the tests outside the source tree (there's still a dependency on ../lib being the library location) p4raw-link: @8612 on //depot/maint-5.6/perl: 21b80573951053245624647c6ea0077acae22b99 p4raw-link: @8611 on //depot/maint-5.6/perl: 706e8e4d2d0a6985197cb1cb76dc3d2575cd159e p4raw-link: @8610 on //depot/maint-5.6/perl: fc1aae957f18d75529c72450055ab0d424b7d318 p4raw-link: @8609 on //depot/maint-5.6/perl: 13b98125bf15a4dfacaa2c6f56d3742c97180500 p4raw-link: @8608 on //depot/maint-5.6/perl: f893c726cdaa1ccdec167db9b2ff5c2fdc19e29b p4raw-id: //depot/perl@8614 p4raw-integrated: from //depot/maint-5.6/perl@8596 'copy in' t/lib/dprof/V.pm t/op/flip.t utils/perldoc.PL (@8159..) win32/bin/search.pl (@8166..) t/io/tell.t (@8175..) hints/hpux.sh (@8601..) thread.h (@8606..) 'ignore' pod/perlintern.pod (@7766..) pod/perlapi.pod (@8605..) 'merge in' intrpvar.h t/base/term.t (@7895..) win32/vdir.h (@8156..) thrdvar.h (@8602..) perlapi.c (@8606..)
* [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio H.Merijn Brand2000-12-131-0/+1
| | | | | | | | Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl> perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which in turn requires libpthread in libswanted. p4raw-id: //depot/perl@8096
* Hints optimization.H.Merijn Brand2000-09-141-1/+1
| | | | | | Subject: Minor nit Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@7072
* Make certain cc is set before trying to run it.Jarkko Hietaniemi2000-09-021-0/+2
| | | p4raw-id: //depot/perl@7007
* Detypo.Jarkko Hietaniemi2000-09-011-2/+3
| | | p4raw-id: //depot/perl@6997
* Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,Jarkko Hietaniemi2000-09-011-0/+1
| | | | | | so that case-ignoring systems like DCL can tell them from PRIefldbl and PRIx64. Apply Merijn's ccversion patches. p4raw-id: //depot/perl@6982
* Reset archname and archname64 always, forcing them beJarkko Hietaniemi2000-08-301-2/+2
| | | | | | recomputed at each Configure run, make Configure and the hints files agree on the naming of largefiles variables. p4raw-id: //depot/perl@6912
* Stash away the largefiles flags and libswanted.Jarkko Hietaniemi2000-08-011-2/+4
| | | p4raw-id: //depot/perl@6477
* allow usemymalloc to be overridden via -UusemymallocGurusamy Sarathy2000-03-141-1/+4
| | | p4raw-id: //depot/perl@5733
* hints nibbling continuesJarkko Hietaniemi2000-03-131-18/+11
| | | p4raw-id: //depot/cfgperl@5698
* there's no end to tweakingJarkko Hietaniemi2000-03-131-6/+10
| | | p4raw-id: //depot/cfgperl@5697
* hints tweakJarkko Hietaniemi2000-03-131-12/+9
| | | p4raw-id: //depot/cfgperl@5696
* set optimize=-O only if not already setGurusamy Sarathy2000-03-121-6/+9
| | | p4raw-id: //depot/perl@5684
* abort build on HP-UX if bundled non-ANSI compiler is detectedGurusamy Sarathy2000-03-091-9/+9
| | | | | (from Dominic Dunlop <domo@computer.org>) p4raw-id: //depot/perl@5626
* HP-UX 64-bitness curesJarkko Hietaniemi2000-03-041-4/+8
| | | p4raw-id: //depot/cfgperl@5511
* Confusion over uselargefiles.cbu and uselfs.cbu (the first oneJarkko Hietaniemi2000-03-021-2/+2
| | | | | is the correct one), spotted by Robin Barker. p4raw-id: //depot/cfgperl@5440
* Make the warning about preferring HP's ar more visible.Jarkko Hietaniemi2000-02-291-2/+3
| | | p4raw-id: //depot/cfgperl@5359
* Don't know how to do large files using gcc in HP-UX.Jarkko Hietaniemi2000-02-291-7/+15
| | | p4raw-id: //depot/cfgperl@5341
* Fixes for building on HP-UX using gcc from Daniel S. Lewart.Jarkko Hietaniemi2000-02-291-23/+37
| | | p4raw-id: //depot/cfgperl@5335
* Regularize the call-back units (and fix a bug in #5330).Jarkko Hietaniemi2000-02-281-3/+3
| | | p4raw-id: //depot/cfgperl@5331
* Do not add -Ae for gcc.Jarkko Hietaniemi2000-02-281-2/+11
| | | p4raw-id: //depot/cfgperl@5328
* Use the vendor file(1).Jarkko Hietaniemi2000-02-281-1/+1
| | | p4raw-id: //depot/cfgperl@5327
* Tweak HP-UX libraries.Jarkko Hietaniemi2000-02-281-3/+7
| | | p4raw-id: //depot/cfgperl@5325
* The search for static _s-suffixex libs was broken;Jarkko Hietaniemi2000-02-281-3/+3
| | | | | add -L/lib/pa20_64 only iff there. p4raw-id: //depot/cfgperl@5315
* Rename use64bits to use64bitint;Jarkko Hietaniemi2000-02-261-2/+2
| | | | | rename usefull64bits to use64bitall. p4raw-id: //depot/cfgperl@5261