OpenBSD CVS

CVS log for src/distrib/special/Makefile.inc


[BACK] Up to [local] / src / distrib / special

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.11 / (download) - annotate - [select for diffs], Sun Jun 2 15:54:03 2024 UTC (6 days, 11 hours ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +1 -1 lines
Diff to previous 1.10 (colored)

Due to growth we can't allow -fret-clean behaviour in distrib/special,
so use COPTS+=-fno-ret-clean

Revision 1.10 / (download) - annotate - [select for diffs], Sun Apr 16 19:57:01 2023 UTC (13 months, 3 weeks ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4
Changes since 1.9: +8 -0 lines
Diff to previous 1.9 (colored)

if (actually... when) the compiler is flipped to do BTI/ENDBR by default,
the install media would grow too much, so use the same strategy as we
for stack protector and other things: disable them, just on the install
media
ok kettenis

Revision 1.9 / (download) - annotate - [select for diffs], Wed Mar 10 22:52:28 2021 UTC (3 years, 2 months ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

Build install media with -fno-asynchronous-unwind-tables to further
reduce size.  Allows a clang 11 amd64 release to complete without
overflowing the floppy image.

ok kettenis@ deraadt@

Revision 1.8 / (download) - annotate - [select for diffs], Thu Oct 18 14:25:14 2018 UTC (5 years, 7 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5
Changes since 1.7: +1 -1 lines
Diff to previous 1.7 (colored)

Ensure that the install media are built with a consistent set of
compiler flags.  Pass DIST_CFLAGS from the crunchgen-generated .mk
file.

Compile the install media with -fno-unwind-tables to avoid emitting
.eh_frame sections.  This saves substantial space on amd64.

with/ok kettenis@

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jul 25 13:32:14 2017 UTC (6 years, 10 months ago) by robert
Branch: MAIN
CVS Tags: OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 (colored)

change -Os to -Oz all around the tree

clang optimizes better for size with -Oz so use that as a default to avoid
overflowing the ramdisk floppies. gcc now accepts -Oz as an alias for -Os.

ok kettenis@

Revision 1.6 / (download) - annotate - [select for diffs], Fri Sep 2 12:06:54 2016 UTC (7 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.5: +2 -7 lines
Diff to previous 1.5 (colored)

backout accidental commit

Revision 1.5 / (download) - annotate - [select for diffs], Thu Sep 1 10:08:29 2016 UTC (7 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.4: +7 -2 lines
Diff to previous 1.4 (colored)

remove sparc media building goop

Revision 1.4 / (download) - annotate - [select for diffs], Sat Jan 11 03:35:57 2014 UTC (10 years, 4 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.3: +1 -0 lines
Diff to previous 1.3 (colored)

use NOMAN=1 for all directories

Revision 1.3 / (download) - annotate - [select for diffs], Mon Sep 10 15:05:30 2012 UTC (11 years, 9 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

compile as much as possible on the install media with -fno-stack-protector.
yeah, you heard right..

Revision 1.2 / (download) - annotate - [select for diffs], Tue Aug 21 08:12:47 2012 UTC (11 years, 9 months ago) by pascal
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1 (colored)

Build sed in distrib/ just like everything else.  Simplifies PIE work since
we can now use NOPIE= for it.  Note that NOPIE= is still a no-op atm.

ok deraadt@

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 28 07:36:47 2009 UTC (14 years, 7 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7

Use a Makefile.inc to share all the -Os and such options we use

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.