ehahn / paludis-bashrc

A bashrc for paludis supporting the Intel C++ compiler and per-package CFLAGS

This URL has Read+Write access

ehahn (author)
Mon Oct 27 16:14:38 -0700 2008
commit  446da3f47cd5cbfb58694d3458c239e0ec0625a5
tree    2b18979e0b410de5588bcd7650b6d2908b2f4bef
parent  089f8986de1bf4a428dfedf3fe0d7b686e1d2479
paludis-bashrc / CHANGES
100644 23 lines (22 sloc) 0.708 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
v0.2.1.0
-Now use $NCC, $NCFLAGS, $NCXXFLAGS, $NCXX and $NLDFLAGS to set flags and
compiler on the command line.
-Support tcc: g++ is used as the C++ compiler if tcc is the C one
-Fail if an unknown compiler is selected
v0.2.0.1
-Fix: didn't set CFLAGS if the default ones contained "-march", not
"-mcpu"
v0.2
-Replace all sed calls by bash's internal features
v0.1.4.3
-Fix: CXXFLAGS were always paludis' default ones
v0.1.4.2
-Fix: setting C(XX)FLAGS never worked due to paludis's default CFLAGS
v0.1.4.1
-Fix: useless error messages if $debug is unset (which is usually the
case)
v0.1.4
-More flexible matchatom() supporting slots
-Added CHANGES
-Added README
-Added automatic test script