History log of /openbsd-src/gnu/lib/libiberty/Makefile.bsd-wrapper (Results 1 – 20 of 20)
Revision Date Author Comments
# fc532a6e 06-Sep-2023 jca <jca@openbsd.org>

Build with -std=gnu89 to fix the build with clang-16

This is ancient GNU software that tends to break whenever clang adds
more warnings about deprecated features in new languages versions or
turns t

Build with -std=gnu89 to fix the build with clang-16

This is ancient GNU software that tends to break whenever clang adds
more warnings about deprecated features in new languages versions or
turns them into errors. Using -std=gnu89 (the defaults for base-gcc)
for those packages means we'll probably avoid most new warnings, errors,
and possible miscompilations when updating clang.

This fixes the build of libiberty and texinfo with clang-16.

ok robert@

show more ...


# bc4695b6 14-Sep-2018 naddy <naddy@openbsd.org>

Pass CC/CFLAGS/LDFLAGS to the configure script. ok millert@


# 2b34b792 10-Jul-2017 espie <espie@openbsd.org>

remove misc. depend and yacc nits that no longer matter.
okay millert@


# 2eaa2fe8 16-Jun-2017 espie <espie@openbsd.org>

mark files as BUILDFIRST, or write explicit dependencies, so that most
programs will build even without a make depend first.
okay tb@ millert@


# 1a66ca29 20-Jan-2016 sthen <sthen@openbsd.org>

quote ${CC} expansion, from andreas.kahari at icm uu se, ok mpi@


# 2cba60c6 31-Aug-2014 miod <miod@openbsd.org>

Now that gcc 2.95 is out of the tree, get rid of the old hash table interface
it was the only user of. Bump major.


# 7cd9afdf 02-Aug-2012 okan <okan@openbsd.org>

remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.

ok guenther@


# 695ea437 04-Sep-2010 miod <miod@openbsd.org>

Compile the v3 demangler support code in libiberty, bump minor. Will be used
in a not-so-distant future.
ok kettenis@ (some time ago)


# 9fe72573 12-Oct-2009 robert <robert@openbsd.org>

Add fopen_unlocked.c pex-unix.c pex-common.c unlink-if-ordinary.c to
the list of built files and switch the md5.h header to the libiberty
one. This change is needed by gcc4 and it is a major library

Add fopen_unlocked.c pex-unix.c pex-common.c unlink-if-ordinary.c to
the list of built files and switch the md5.h header to the libiberty
one. This change is needed by gcc4 and it is a major library crank for
libiberty.
tested by many people on many architectures and finally ok'd by deraadt@

show more ...


# 150b7e42 27-May-2008 miod <miod@openbsd.org>

Merge OpenBSD specific changes:
- pexecute implementation replaced with the older gcc 2.95 implementation,
as gcc 2.95's collect2 relies upon an implementation behaviour which has
been lost in fu

Merge OpenBSD specific changes:
- pexecute implementation replaced with the older gcc 2.95 implementation,
as gcc 2.95's collect2 relies upon an implementation behaviour which has
been lost in further libiberty updates.
- keep the old hash table interfaces, which are used by gcc 2.95.
- keep the OpenBSD replacement for the md5 interface.
- keep the OpenBSD strl{cat,cpy} and snprinft usage.

Bump libiberty minor version due to the addition of a few new symbols.

show more ...


# 2e0e222d 12-Jul-2006 espie <espie@openbsd.org>

makeinfo --no-split, simplifies sets immensely.
Approved deraadt@, kettenis@


# 8bd1f152 18-Sep-2004 deraadt <deraadt@openbsd.org>

gnu code will never, ever, EVER, get close to passing lint


# 0834eff6 30-Aug-2004 espie <espie@openbsd.org>

cute side-effect of bsd.lib.mk, some typos only show up with make tags.
noticed by marco@

okay millert@


# 2579ccdb 17-May-2004 kettenis <kettenis@openbsd.org>

Update floatformat.[ch] to gdb-6.1 version. Include regex.c in library.
ok otto@, pval@


# c6adbc09 28-Dec-2003 espie <espie@openbsd.org>

resurrect pexecute.c for now, since vax and m68k barf on pex-unix.c


# e2126b8c 26-Dec-2003 brad <brad@openbsd.org>

add libiberty.info to CLEANFILES

ok espie@


# 673efe84 25-Dec-2003 espie <espie@openbsd.org>

Compile the right files, bump minor number.


# 50ffb271 25-Nov-2003 espie <espie@openbsd.org>

Build the new pieces of libiberty that gcc3 will want.
Bump major because of changes in c++ demangler.


# fead666d 24-Nov-2003 espie <espie@openbsd.org>

Fix build for new location


# 321fbaf8 24-Nov-2003 espie <espie@openbsd.org>

Add build pieces