File: control

package info (click to toggle)
pentium-builder 0.21%2Bnmu1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 72 kB
  • sloc: makefile: 40; sh: 27; perl: 24
file content (17 lines) | stat: -rw-r--r-- 608 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: pentium-builder
Section: devel
Priority: extra
Build-Depends: debhelper
Maintainer: Alex Pennace <alex@pennace.org>
Standards-Version: 3.5.5.0

Package: pentium-builder
Architecture: all
Depends: gcc | g++, ${perl:Depends}
Description: force pentium optimized compilation
 Replaces gcc, cc, and g++ with scripts that build pentium optimized code.
 (Other processors can be optimized for as well.)
 .
 By default, after installing this package, the compilers will behave
 normally. However, if the environment variable DEBIAN_BUILDARCH=pentium
 is set, they will enter pentium optimized compile mode.