1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/gnu
kurt d110c1db53 Add __data_start symbol to all ELF archs to consistently mark the beginning
of the writable sections. This is useful for garbage collectors such as
boehm-gc to locate these sections in a uniform way.
input and okay drahn@, miod@
2008-03-13 19:40:56 +00:00
..
egcs Really enable weak aliases by disabling the unwanted SUPPORTS_WEAK override, the 2008-02-15 07:23:01 +00:00
lib make sure configure does not hardcode MAKE in its generated makefile. 2007-11-05 17:02:43 +00:00
share remove amd64 special casing. 2005-04-17 10:07:33 +00:00
usr.bin Add __data_start symbol to all ELF archs to consistently mark the beginning 2008-03-13 19:40:56 +00:00
usr.sbin more mkhybrid prototypes cleanups. 2008-03-08 15:36:12 +00:00
Makefile
README

$OpenBSD: README,v 1.1 2001/08/18 13:12:57 espie Exp $

Some of the software in this subtree follows special rules.

Specifically, the FSF not only wants the GPL licence, but they
also insist that you assign your copyright to the FSF for anything
but trivial changes.

So:
- check the history of external code before importing it.
- be ready to arrange for copyright papers somewhat in advance if
you want to work on it (the FSF takes a few months to process these).

Otherwise, changes might not make it to the main distribution, and may
need some further maintenance over time, or risk getting lost.

Some internal changes are acceptable, but OpenBSD can't afford to maintain
a complete separate toolchain on its own.