Unix and Linux Discussions Tagged with gcc |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
8 |
32,966 |
OS X (Apple) |
|
|
|
13 |
20,619 |
UNIX for Advanced & Expert Users |
|
|
|
14 |
6,461 |
Programming |
|
|
|
6 |
3,218 |
UNIX for Beginners Questions & Answers |
|
|
|
17 |
15,945 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
4,134 |
Programming |
|
|
|
14 |
18,320 |
Programming |
|
|
|
2 |
176,865 |
OS X (Apple) |
|
|
|
4 |
4,009 |
Solaris |
|
|
|
10 |
5,993 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,931 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
3,483 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
4,688 |
Programming |
|
|
|
4 |
9,765 |
Programming |
|
|
|
14 |
10,474 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
4,914 |
Solaris |
|
|
|
3 |
4,856 |
SuSE |
|
|
|
4 |
6,145 |
Shell Programming and Scripting |
|
|
|
1 |
11,286 |
UNIX for Dummies Questions & Answers |
|
|
|
0 |
4,804 |
Programming |
|
|
|
7 |
7,731 |
Programming |
|
|
|
8 |
9,626 |
Solaris |
|
|
|
0 |
12,613 |
Solaris |
|
|
|
17 |
13,593 |
Solaris |
|
|
|
4 |
3,635 |
Solaris |
|
|
|
17 |
31,253 |
Solaris |
|
|
|
0 |
2,784 |
Programming |
|
|
|
1 |
9,098 |
Solaris |
|
|
|
15 |
8,390 |
AIX |
|
|
|
1 |
4,966 |
AIX |
|
|
|
2 |
9,455 |
Programming |
|
|
|
4 |
4,745 |
Programming |
|
|
|
1 |
2,601 |
Programming |
|
|
|
0 |
3,681 |
Programming |
|
|
|
3 |
8,305 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
5,640 |
Linux |
|
|
|
5 |
4,455 |
UNIX for Advanced & Expert Users |
|
|
|
12 |
35,546 |
Programming |
|
|
|
8 |
41,803 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
3,865 |
Programming |
BUILDER-CC(1) Debian GNU/Linux BUILDER-CC(1)
NAME
builder-cc - gcc wrapper to facilitate pentium-optimizations
SYNOPSIS
export DEBIAN_BUILDARCH=architecture
export DEBIAN_BUILDGCCVER=gcc-version
gcc ...
DESCRIPTION
The builder-cc wrapper is normally used by calling gcc as usual. If the environment variable DEBIAN_BUILDARCH is not set, builder-cc does
nothing, and the real gcc is invoked with the specified arguments.
When the DEBIAN_BUILDARCH environment variable is set, builder-cc invokes gcc with the specified arguments, plus -mcpu=DEBIAN_BUILDARCH
-march=DEBIAN_BUILDARCH This has the effect of telling gcc to use architecture-specific optimizations without changing the command line.
This is particularly useful for package builds.
If DEBIAN_BUILDGCCVER is not set, builder-cc calls gcc.real. If DEBIAN_BUILDGCCVER is set, builder-cc calls gcc-DEBIAN_BUILDGCCVER
instead.
ENVIRONMENT
DEBIAN_BUILDARCH
If set, the architecture to compile for. Useful values are pentium or pentiumpro.
DEBIAN_BUILDGCCVER
If set, the version of gcc to be invoked. Useful values are 3.0 or 2.95.
NOTES
The real gcc is renamed gcc.real, and a diversion is registered with dpkg-divert(1). Thus builder-cc's idea of the default gcc is dictated
by whatever package installed /usr/bin/gcc.
SEE ALSO
gcc(1)
Debian Project 2002-03-02 BUILDER-CC(1)