equal
deleted
inserted
replaced
|
1 Compile with dietlibc |
|
2 |
|
3 diff -r 6becbe0d87fa conf-cc |
|
4 --- a/conf-cc Thu Nov 01 15:04:39 2007 +0100 |
|
5 +++ b/conf-cc Thu Nov 01 15:06:54 2007 +0100 |
|
6 @@ -1,3 +1,3 @@ gcc -O2 |
|
7 -gcc -O2 |
|
8 +diet gcc -O2 |
|
9 |
|
10 This will be used to compile .c files. |
|
11 diff -r 6becbe0d87fa conf-ld |
|
12 --- a/conf-ld Thu Nov 01 15:04:39 2007 +0100 |
|
13 +++ b/conf-ld Thu Nov 01 15:06:54 2007 +0100 |
|
14 @@ -1,3 +1,3 @@ gcc -s |
|
15 -gcc -s |
|
16 +diet gcc -s -static |
|
17 |
|
18 This will be used to link .o files into an executable. |