public
Description: A bashrc for paludis supporting the Intel C++ compiler and per-package CFLAGS
Homepage: http://ihatenicks.bplaced.net/paludis-bashrc/
Clone URL: git://github.com/ehahn/paludis-bashrc.git
paludis-bashrc / CHANGES
100644 25 lines (24 sloc) 0.759 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
v0.2.1.1
-Fix: Filtering multiple flags works now
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