| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
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.
|
|
|
|
| |
harmful if it were used.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.]
|
|
|
|
|
|
| |
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).
|
|
|
|
| |
Submitted by: Anatoly A. Orehovsky <tolik@mpeks.tomsk.su>
|
|
|
|
| |
Submitted by: Anatoly A. Orehovsky <tolik@mpeks.tomsk.su>
|
|
|
|
| |
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
|
|
|
|
| |
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
|
|
|
|
| |
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
|
|
|
|
| |
anymore and maybe we should nuke the meaning if MINOR altogether. :)
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
| |
than the size of the directory name. Fix style bug which increased
the number of lines > 80 characters by one.
Pointed out by: bde
|
|
|
|
| |
either came from OpenBSD, or was inspired by work done there.
|
|
|
|
| |
PR: gnu/7811
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
enough to hold a man-sized pointer.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
`XCC= <relative cc> -B<path to relative cc1> ...'. This is equivalent
when cc and cc1, etc. have just been bootstrapped by `make world'.
The relative versions normally won't work if the target system is
not binary compatible. Bootstrapping different versions of gcc
without going through `make world' is slightly more broken than
before.
Uniformized macro names (P1OBJS -> LIB1POBJS, etc.).
Don't give full paths to sources.
|
|
|
|
|
| |
PR: 6868
Submitted by: Josh Gilliam <josh@quick.net>
|
|
|
|
|
| |
only harmful for building from a read-only filesystem - the parts
blown away were old rm'ed directories.
|
|
|
|
|
| |
directory is searched before the generic one. You can guess what was
happening.. all the world's assumed to be 32-bit.
|
| |
|
| |
|
|
|
|
|
| |
useful for bootstrapping. Compatible versions of gcc and cc1 should
should be installed before using this feature.
|
|
|
|
|
|
|
|
|
|
| |
fix of putting generated source files in SRCS breaks many special
cases (many dependencies had to be incomplete for ${.ALLSRC}
not to give .h files that would break compiling with c++ -c).
Reduce these special cases to the general case so that SRCS works
normally and bsd.lib.mk handles most of the complications. Now
we only have to duplicate rules from bsd.lib.mk to add special
CFLAGS in some cases.
|
|
|
|
|
| |
this is to fix `make -j50' where `make -j18' worked. The race may
just have been more likely to be lost for -j50.
|
| |
|
| |
|
|
|
|
| |
Added alpha and m68k stuff.
|
| |
|
|
|
|
| |
version instead.
|
|
|
|
|
| |
been seeing since 2.2.1.
Pointed-in-the-right-direction by: phk
|
|
|
|
| |
('_vt.' vs '__vt$')
|
| |
|
| |
|
|
|
|
| |
be installed from here.
|
|
|
|
|
| |
to /usr/include. Otherwise chkey and newkey can't be compiled
properly during make world.
|
| |
|
|
|
|
| |
Reviewed by: bde
|
|
|
|
|
| |
Don't merge this into -2.2 unless you understand the dependencies on
c++rt0, bsd.lib.mk, and gcc -shared. I.e., let me do it.
|
|
|
|
|
| |
and many apparent dependendcies on <sys/types.h> from use of u_char.
<dialog.h> avoids u_char, so avoid it here too.
|
|
|
|
|
|
|
| |
directory. The object (= current) directory always exists, so
don't search for it.
Use ${.TARGET} instead of deprecated $@.
|
|
|
|
|
|
| |
Fixes PR#3239.
Submitted by: Takeshi WATANABE <watanabe@crayon.earth.s.kobe-u.ac.jp>
|
| |
|
|
|
|
|
|
|
| |
Fix cursor place after PgUp/PgDn.
Should go into 2.2
Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su>
|
| |
|