We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

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
Modify test 4 to take multiple flags into account
ehahn (author)
Mon Oct 27 18:29:19 -0700 2008
commit  bb1cafaa3194da232fdaf8cabec56bbb981c0be7
tree    9a12a1af231101b026ca07629773ca357312020a
parent  2b622e1a386ff169dfd59f7bbccd83c3930b7edc
...
1
2
 
...
1
 
2
0
@@ -1,2 +1,2 @@
0
 */*  -march=native -pipe -O2 -fomit-frame-pointer   # The usual defaults
0
-app-emulation/wine +fomit-frame-pointer #Test 4
0
+app-emulation/wine +fomit-frame-pointer +pipe #Test 4
...
48
49
50
51
 
52
53
54
...
48
49
50
 
51
52
53
54
0
@@ -48,7 +48,7 @@ NCC="gcc" check "gcc" "-march=native -pipe -O2 -fomit-frame-pointer" "3"
0
 CATEGORY="app-emulation"
0
 PN="wine"
0
 SLOT="0"
0
-NCC="gcc" check "gcc" "-march=native -pipe -O2" "4"
0
+NCC="gcc" check "gcc" "-march=native -O2" "4"
0
 
0
 # Test 5: static variables
0
 CATEGORY="dev-foo"

Comments

    No one has commented yet.