Compare commits
2 Commits
master
...
ccacheless
| Author | SHA1 | Date | |
|---|---|---|---|
| b794fd757e | |||
| 09aca52be7 |
@@ -81,9 +81,6 @@ EOF
|
||||
ccache_wrap cc "$TMPDIR/hostcc-with-ccache"
|
||||
ccache_wrap c++ "$TMPDIR/hostcxx-with-ccache"
|
||||
|
||||
makeFlags+=("CC=$TMPDIR/cc-with-ccache")
|
||||
makeFlags+=("HOSTCC=$TMPDIR/hostcc-with-ccache")
|
||||
makeFlags+=("HOSTCXX=$TMPDIR/hostcxx-with-ccache")
|
||||
'';
|
||||
}))
|
||||
);
|
||||
|
||||
@@ -13,7 +13,7 @@ in {
|
||||
];
|
||||
|
||||
sdImage = {
|
||||
firmwareSize = 16;
|
||||
#firmwareSize = 16;
|
||||
populateFirmwareCommands = "";
|
||||
|
||||
populateRootCommands = ''
|
||||
|
||||
Reference in New Issue
Block a user