peter
272c0ffe18
Clean up the multilib stuff so that it actually works..
...
cc -aout now works again.
1999-04-08 15:11:44 +00:00
obrien
5810f4ab82
Remove some of the dependencies. This removes the cycles I was getting on
...
`make -j 8' builds.
1999-04-08 12:26:07 +00:00
obrien
7b5f3ba39b
Due to other explicit dependancies, don't treat tree-check.h as a SRCS.
1999-04-08 09:57:51 +00:00
obrien
36332ab857
Fix a circular dependancy.
1999-04-08 09:21:52 +00:00
obrien
86f93f2461
Missed a "\" in a continuation line.
1999-04-08 09:13:39 +00:00
obrien
5a2edaf715
alpha/freebsd-elf.h has been merged with alpha/freebsd.h
1999-04-08 08:39:16 +00:00
obrien
2abaf8ce10
Don't require gcc/config/${MACHINE_ARCH}/xm-freebsd.h when we already know
...
the contents of it. Instead create it, so all arch's are consistent.
1999-04-08 08:19:28 +00:00
obrien
760f9d518d
alpha/freebsd-elf.h is being folded into alpha/freebsd.h
...
Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
1999-04-08 07:38:51 +00:00
obrien
b270fa44ff
Get stdargs right on the Alpha.
...
Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
1999-04-08 07:37:13 +00:00
obrien
0a64c9e421
Cometic cleanup.
...
Pre-bdelinted by: bde
1999-04-08 07:20:33 +00:00
obrien
08ed5edfec
Don't generate _G_config.h, use fixed version.
...
I knew better... too dependant on the environment we generate in, but...
This fixes the
/usr/lib/libstdc++.so: undefined reference to `filebuf virtual table'
/usr/lib/libstdc++.so: undefined reference to `stdiobuf virtual table'
errors seen after the initial bootstrap from gcc 2.7.2 to EGCS.
Agreed with by: bde & jdp
1999-04-07 07:48:23 +00:00
obrien
4413bdb033
Use Haifa scheduler on the Alpha.
1999-04-06 20:08:01 +00:00
obrien
76efc1ac22
* Fix indentation style bug.
...
* Missed a "<" on the /dev/null redirection in the runtime-info.h generation.
Submitted by: missing "<" by bde
1999-04-06 13:26:48 +00:00
peter
ac4f7c6b40
Zap the genclass makefile too, it's gone. (It was part of g++ - a hack to
...
create classes from templates manually)
1999-04-06 02:13:11 +00:00
obrien
cc94f76f3d
Crap! I grabbed the wrong Makefile from the test machine.
1999-04-05 10:21:30 +00:00
peter
cc69e950c0
Fix type mismatch..
1999-04-05 10:18:50 +00:00
obrien
1199bf314a
Fix .for loop continuation lines style bugs.
...
Submitted by: bde
1999-04-05 09:01:45 +00:00
obrien
9bdf51c483
Turn off src/gnu/usr.bin/genclass -- it is OBE as it was part of libg++.
1999-04-05 08:48:08 +00:00
obrien
fac38aaff0
Add iostream Info docs.
1999-04-05 08:07:41 +00:00
obrien
eae521d2fd
Correct contents for the EGCS compiler documentation.
...
Currently it is unbuildable, but an info-aware developer should be able to get
this working w/o too much trouble.
1999-04-05 07:10:13 +00:00
obrien
26216b12ae
osfcn.h (part of libg++) is going away, so don't try to include it.
1999-04-05 05:08:20 +00:00
obrien
f166d8accb
_G_config.h is now dynamically created.
1999-04-05 01:16:03 +00:00
obrien
9c9c4fe46a
Conditionalize one more i386'ism.
1999-04-04 20:47:33 +00:00
obrien
c0d9655488
Attempt to creating the right ``tm.h'' file for the Alpha.
1999-04-04 20:41:50 +00:00
obrien
1a7add86bb
Attempt at creating the right ``tm.h'' file for the Alpha.
1999-04-04 20:40:45 +00:00
imp
e346b32961
Remove mkstemp.c from build. This is now in libc.
...
Tested by: make buildworld
1999-04-04 20:29:43 +00:00
obrien
dd605303bb
didn't get latest version:
...
Don't conditionalize -I${.CURDIR}/../cc_tools
1999-04-04 17:11:00 +00:00
obrien
ef35474d0b
This is old C++ code -- no need for rtti or exceptions.
1999-04-04 16:44:33 +00:00
obrien
582be693c1
Minimum set of changes to switch from Gcc 2.7.2 (in contrib/gcc) to Egcs 1.1.2
...
(in contrib/egcs)
1999-04-04 16:36:35 +00:00
obrien
ec6e9e9eda
Commit msg for rev 1.20 should probably have added that gnu/lib/libregex was
...
the only lib that was using the SHLIB_* values from gnu/lib/Makefile.inc.
Thus I simply added the to the Makefile here.
1999-04-03 22:54:47 +00:00
obrien
63cec2dc39
Makefile.inc was politing all subdir's with SHLIB_{MAJOR,MINOR} definitions.
...
Since we aren't keeping all the GNU libs at the same versions, this is
useless and causes us to build a shared libgcc, which we don't want to do.
1999-04-03 22:52:35 +00:00
bde
1b04986c84
echo -> ${ECHO}.
1999-04-03 07:04:53 +00:00
obrien
3ab362d927
`make world' works fine -- no reason to revert the move to gnu/lib/
1999-04-02 17:35:14 +00:00
steve
d76ed5205a
Missed a '/' in the last commit.
...
PR: 10909
Submitted by: Yasuhiro Fukama <yasuf@big.or.jp>
1999-04-01 19:42:09 +00:00
obrien
87a3771235
Add bits we were getting from gnu/usr.bin/cc/Makefile.inc.
1999-03-31 06:40:40 +00:00
obrien
c901bebef2
Hookup libgcc at gnu/lib instead of gnu/usr.bin/cc
...
(libgcc was repository copied for me by Peter)
1999-03-31 06:30:40 +00:00
obrien
917c0ee769
Document -y/--bzip2/--bunzip2 flag.
1999-03-29 11:25:45 +00:00
steve
5a6b8d466c
Defer the expansion of $PATTERN until it has a useful value and not
...
one that may have existed in the user's environment.
PR: 6795
Submitted by: Greg Lehey <grog@lemis.com>
1999-03-24 17:06:47 +00:00
julian
2d87eb9712
Need to translate more .h to .ph then just /usr/include &
...
/usr/include/sys. Specifically we need /usr/include/machine
since "syslog.h" includes "machine/ansi.h". To be safe we
translate all of /usr/include/* and /usr/include/*/*.
sample error case:
echo "require 'syslog.ph';" | /usr/bin/perl
will fail when syslog.ph tries to include machine/ansi.ph
Submitted by: Doug Ambrisko
1999-03-18 19:39:07 +00:00
peter
fec5512e0c
Update bmake glue for cvs-1.10
1999-03-18 09:37:57 +00:00
obrien
4be2884249
Add new -y/--bzip2/--bunzip2 flag. With all the ports that are going to
...
bzip2 as the compression mechanism, this makes life easier.
Obtained from: bzip2 website
1999-03-17 12:09:31 +00:00
torstenb
4910372f0c
Install uuxqt sgid uucp. Since "rnews" should not be executable for
...
everyone (to prevent fake-postings) and modern Inn installs
rnews as news.uucp and mode 4550 this is the only save way to allow
uuxqt to process rnews batches.
1999-03-13 17:35:18 +00:00
bde
402c0ea9be
Don't use backslash-newline to split the too-long line for
...
".Fn dialog_ftree ...", since my synopsis checker doesn't support it
and no other too-long .Fn lines are split.
1999-03-05 14:43:29 +00:00
imp
4697c1d0cc
Add TARGET_ARCH=mipsel and TARGET_ARCH=mipseb as a valid targets.
...
Unlike the unisex architecutres we've had so far, mips is bisexual.
These tools can produce either byte sex, and the compiler/make
determines the proper gender to use. Otherwise, we'd have to have had
mipsel and mipseb in all the places that we have just mips. And there
are other complications with doing that (binutils doesn't like to
build mips tools without both byte genders, it seems).
Introduced BINUTIL_ARCH so that other bisexual architectures can a
generic mechanism.
We cannot just define MACHINE_ARCH as mips because we need to
differentiate big and little endian types of binaries. Discussions on
freebsd-arch have hashed out this issue (and the parallel libc
issues). NetBSD is moving towards mipsel and mipseb for their two
flavors of mips ports (in time for 1.4, if this change hasn't already
been accomplished).
I've been building i386 worlds with this tree for a three months with
these files in place with no ill effects.
1999-03-01 04:01:57 +00:00
obrien
10973fdbbf
I don't know why the version was bumped to 1.11.3, nothing from the real
...
GNU 1.11.3 got in when this change was made. thepish's submitted fixes
unbroke --norecurse.
1999-02-28 09:11:20 +00:00
ache
c9385fa2e5
use minimum length for strcoll too
1999-02-14 09:44:56 +00:00
ache
d6fcbb03bc
remove collating optimization - not work with substituted characters
1999-02-13 15:45:30 +00:00
ache
4124fd16f0
use strcoll() where it is easy to sort german ss and similar properly
1999-02-13 13:05:04 +00:00
wosch
bd5d8f3547
$Id$ misspelled as $Id
...
Submitted by: bde
1999-02-11 17:09:27 +00:00
wosch
09f406ace9
Added myself as maintainer.
1999-02-09 17:23:03 +00:00
obrien
63e9231cca
Fix white-space spamming.
1999-02-08 01:32:04 +00:00
markm
1ec675bbfe
Add perl5 userland (actually localland) to MANPATH list.
1999-02-04 11:43:10 +00:00
rnordier
297d15938f
Drop outdated FreeBSD version number from test script.
...
Submitted by : Sue Blake <sue@vedanix.welearn.com.au>
PR : 9650
1999-01-24 07:10:34 +00:00
bde
8421f831f8
Fixed ifdef for libintl in previous commit (the location of libintl.a's
...
obj dir is only indirectly related to the location of libtxi.a's obj
dir).
Fixed about 3 style bugs in previous commit.
Fixed my bug in rev.1.7. "../../Makefile.inc" worked as an alias for
"../Makefile.inc" in some cases, but it gives endless recursion when
there is an obj dir in one of the subdirs.
1999-01-20 02:08:07 +00:00
bde
53e99dd22f
Fixed breakage of cross-compiling in previous commit. The installed
...
version of makeinfo must be used. The fix breaks bootstrapping of
texinfo by a simple `make' in the texinfo directory -- `make world'
must be used to bootstrap it if you don't know how to do it manually.
Fixed at least 7 style bugs in previous commit.
1999-01-19 23:36:05 +00:00
markm
8c857c9d16
Back out the last commit; it broke things.
...
NB! NB! NB! GUYS - the perl5 build is extremely nasty!! Please run all
changes to it past me _before_ committing. There are some very subtle
gotchas.
1999-01-17 09:53:34 +00:00
peter
a8b74b8641
Remove BINFORMAT/a.out/elf default hackery, it's elf by default internally
...
and doesn't need to use this.
1999-01-16 13:22:35 +00:00
peter
72339915e0
Typo: s/local/locale/ in LOCALEDIR.
...
Submitted by: Seigo TANIMURA <tanimura@naklab.dnj.ynu.ac.jp>
1999-01-15 12:27:02 +00:00
ache
8dee629e98
fix optimize= settings - configpm understand only =' or =" as variables
...
and treat any other stuff as comments
1999-01-15 04:14:52 +00:00
markm
7f30565a7a
Fix some more turdage from the original ./configure.
...
Submitted by: bde
1999-01-14 20:27:26 +00:00
markm
19c8038692
Update this area for Texinfo-3.12.
...
Submitted by: lkoeller@cc.fh-lippe.de
1999-01-14 20:00:46 +00:00
danny
7570a5c9f7
MF22 - allow dates to 2069
...
Submitted by: Arjan de Vet <Arjan.deVet@adv.iae.nl>
1999-01-13 06:31:55 +00:00
danny
a602dc10e4
Allow --newer and friends to handle dates beyond 1999/12/31
1999-01-12 18:43:38 +00:00
peter
72fe4b3241
When doing a setuid script, the usual #!/usr/bin/perl detects it and execs
...
/usr/bin/sperl5.00502 to implement it, so that name had better exist..
Reviewed by: markm (a while ago)
1999-01-12 07:57:01 +00:00
jdp
ffcc901f03
Switch to using ".So" as the extension for PIC object files rather
...
than ".so". The old extension conflicted with well-established
naming conventions for dynamically loadable modules.
The "clean" targets continue to remove ".so" files too, to deal with
old systems.
1999-01-09 21:51:00 +00:00
n_hibma
1331b59885
Ignore return value for strip. Avoids make world going pop
...
because of
strip maybe_stripped
strip: maybe_stripped: File format not recognized
*** Error code 1
in I/usr/src/gnu/usr.bin/binutils/strip
1999-01-08 10:33:12 +00:00
bde
edceb2d6b3
Avoid using ld -O' (as in bsd.lib.mk).
ld -O' seems to have caused only
...
non-problems for elf -- `ld -elf -O foo.tmp -x -r foo' apparently puts
the result in a.out so it has essentially no effect.
1998-12-27 17:25:27 +00:00
bde
58ce405aac
Removed rotten, unused implicit rules. The ld -O in one might have been
...
harmful if it were used.
1998-12-27 16:52:55 +00:00
imp
e8eb0a612e
Add support for building on MIPS based systems.
1998-12-16 04:59:53 +00:00
jkoshy
64959e9518
Add a reference to man(7).
1998-12-03 02:32:20 +00:00
dillon
a6ae27dbc4
Added reference to mdoc(7) and mdoc.samples(7) to the bottom of
...
man(1). The man manual page is the obvious first place that people
who are trying to write manual pages look.
1998-12-01 06:35:06 +00:00
wosch
d465d69601
Use mmap for reading files. This is faster than read().
1998-11-14 23:37:32 +00:00
imp
de27adfbe9
Another instance where we default to elf only on alpha, but should
...
default to aout only on i386.
1998-10-26 18:27:32 +00:00
markm
1ff00a2ea3
Fix paths. This sorts out the remaining p5-* port-creation hassles.
1998-10-17 07:10:43 +00:00
bde
4bdfdd372a
Split up rule for ${COMMONHDRS} so that `make -j N' doesn't create the
...
6 headers up to 6 times concurrently. Debugged by Don Lewis
(Don.Lewis@tsc.tdk.com ).
Fixed some disorder.
1998-10-16 16:53:15 +00:00
markm
45d6171cea
Properly install the *.h files in CORE and Config.pm where it wants to be.
...
This should fix a substantial number of broken p5-* ports.
Tested-on: x11-toolkits/p5-Tk (Amongst others)
1998-10-15 18:50:04 +00:00
bde
34ec08b0e2
Fixed breakage of gdbreplay's and gdbserver's BINDIR in previous commit.
...
They may belong in /usr/libexec/{aout,elf}, but objformat doesn't
support that.
Fixed bogus `?=' assignments for BINDIR.
1998-10-15 14:15:09 +00:00
peter
3ed74bd188
Install gdb in /usr/lib/aout or /usr/lib/elf depending on format.
1998-10-15 00:15:01 +00:00
markm
1a4682eadb
Damn - dirname(1) is not available this early. Work-around.
1998-10-12 06:00:30 +00:00
markm
c911fd70c5
Very substantial debug/improvement of the FreeBSD/Perl5 build.
...
o make install ; make install now works
o make all ; make all is quiet the second time
o Dependancies are properliy debugged; this means that make -jN has a
far hihjer likelyhood of working.
o a proper 'link farm' has been constructed for the build. This
dramatically simplifies the dependancy tangle.
o for perldoc's use, all the .pod files are installed.
o the man3 docs are properly compressed.
o the man pages and libary code are installed by the makefiles, not
by a perl script.
o at the end, h2ph is run.
1998-10-11 18:13:42 +00:00
peter
9f6be4544f
libg++ and libstdc++ also have internal calls to libm. Programs using the
...
shared versions should not need to add -lm unless the program uses libm
itself. Strictly speaking, libg++ depends on libstdc++, but libstdc++
has dynamic dependencies on some exception tables and binutils doesn't
seem to like it when a secondary library has undefined references. It
doesn't seem to care when -lstdc++ is added on the command line to ld
though. Anyway, the c++ driver adds -lstdc++ explicitly, so that should
be OK. c++ also adds -lm explicitly too, even though it wouldn't need
to now. [except for statically linked binaries as .a files don't have an
equivalent of automatic internal shared object dependencies.]
1998-10-11 04:56:03 +00:00
bde
e437eb9b9d
Fixed searching for section "1aout" man pages. Section numbers must be
...
single digits or in the section list.
1998-10-10 13:11:39 +00:00
peter
518d6b5e04
Replace use of non-standard ld -O with a ld -o / mv combination as used
...
elsewhere in the tree. Binutils doesn't support the -O hack^H^H^H^H
extension. (actually, it ignores it for option compatability with some
other OS).
1998-10-06 11:28:29 +00:00
jdp
462ff1335f
Don't build the info pages for the old assembler. Instead, build
...
and install the info pages for the new assembler and linker.
1998-10-03 03:59:47 +00:00
ache
a9d48ca059
space/tab problem
1998-10-02 13:01:59 +00:00
jkh
d930f627e8
Add documentation for tree functions.
...
Submitted by: Anatoly A. Orehovsky <tolik@mpeks.tomsk.su>
1998-10-02 11:24:38 +00:00
jkh
cc238ccf3e
Add documentation for new tree functions.
...
Submitted by: Anatoly A. Orehovsky <tolik@mpeks.tomsk.su>
1998-10-02 11:23:47 +00:00
obrien
5a6b93580f
Install z*grep manpages
1998-10-02 07:14:32 +00:00
ache
075825e3cb
add /usr/share/perl/man
1998-10-02 01:06:30 +00:00
markm
e9048d87aa
Allow NOSUIDPERL to DTRT.
1998-09-30 20:24:59 +00:00
jkh
529bc17dcb
Add missing free()
...
Submitted by: Anatoly A. Orehovsky <tolik@mpeks.tomsk.su>
1998-09-30 12:10:16 +00:00
jkh
8519f5f0a0
Add missing free().
...
Submitted by: Anatoly A. Orehovsky <tolik@mpeks.tomsk.su>
1998-09-30 12:09:12 +00:00
markm
0126e9e12a
Fix the shared library configuration stuff.
...
Noticed by: Ollivier Robert
1998-09-29 18:58:16 +00:00
jkh
8064cb05e7
Add examples for tree functions.
...
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
1998-09-29 12:22:46 +00:00
jkh
2447cf8621
Add support for saved trees.
...
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
1998-09-29 12:22:36 +00:00
jkh
f9db8b1233
Update tree function and remove gratuitous .h file.
...
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
1998-09-28 16:12:49 +00:00
jkh
2c4ac21582
Teach this code about the new tree functionality of libdialog.
...
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
1998-09-28 16:11:22 +00:00
jkh
d9a7d2ce1a
Unbump the minor number; guess this doesn't happen in the ELF world
...
anymore and maybe we should nuke the meaning if MINOR altogether. :)
1998-09-28 00:52:53 +00:00
markm
4b23ce1494
Repairs to make the ports system work again. Currently, the ports
...
are installed in the same place as on 2.2.*; this will almost
certainly change in the future.
While I'm here, finish off the shared library brouhaha with miniperl.
1998-09-26 16:17:06 +00:00
jkh
a27c9f956a
Add some new functionality which I promised to add over a year a go and
...
shamefully dropped on the floor. I need to add it now since it does a
minor number bump, but otherwise the current functionality of libdialog
is unchanged (in all its evil glory) and the change is non-intrusive.
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
1998-09-26 12:29:57 +00:00