Sun, 03 Apr 2011 13:34:55 +0200
Correct and improve several packaging aspects including...
Correct datadir path for python modules, correct jar(1) path for
building libgcj classes, strip libexecdir path of version numbers,
improve name of oblbld build path, clean whitespace from as(1) and
ld(1) GNU detection, remove seemingly discarded '--with-local-prefix'
configure argument, and correct hardcoded lto plugin libtool archive
dependency information.
Most importantly, correct IA32 architecture detection logic in
config.gcc to correctly emit SSE2 instructions conditionally, leading
to the removal of all '-march' bootstrap options and replacement with
unconditional (for IA32/AMD64) '-mtune=native' options. Comments and
buildtime warnings are corrected appropriately. In theory these changes
cause a more portable, orthoganal, and optimal bootstrap to be built.
michael@64 | 1 | ## |
michael@64 | 2 | ## fsl.arpwatch -- OSSP fsl configuration |
michael@64 | 3 | ## |
michael@64 | 4 | |
michael@64 | 5 | ident (arpwatch)/.+ q{ |
michael@64 | 6 | prefix( |
michael@64 | 7 | prefix="%b %d %H:%M:%S %N <%L> $1[%P]: " |
michael@64 | 8 | ) |
michael@64 | 9 | -> { |
michael@64 | 10 | debug: file( |
michael@64 | 11 | path="@l_prefix@/var/arpwatch/log/arpwatch.log", |
michael@64 | 12 | perm=0644 |
michael@64 | 13 | ) |
michael@64 | 14 | } |
michael@64 | 15 | }; |
michael@64 | 16 | |
michael@64 | 17 | ident (arpsnmp)/.+ q{ |
michael@64 | 18 | prefix( |
michael@64 | 19 | prefix="%b %d %H:%M:%S %N <%L> $1[%P]: " |
michael@64 | 20 | ) |
michael@64 | 21 | -> { |
michael@64 | 22 | debug: file( |
michael@64 | 23 | path="@l_prefix@/var/arpwatch/log/arpsnmp.log", |
michael@64 | 24 | perm=0644 |
michael@64 | 25 | ) |
michael@64 | 26 | } |
michael@64 | 27 | }; |
michael@64 | 28 |