commit | 24b6c22504a27210a8377e54d24d425ae414f2c1 | [log] [tgz] |
---|---|---|
author | Helge Deller <deller@gmx.de> | Fri Apr 20 23:13:44 2018 +0200 |
committer | Helge Deller <deller@gmx.de> | Fri Jun 29 17:27:20 2018 +0200 |
tree | 9af797d8f5fcfb1d525fc79d115ba69279015074 | |
parent | 63ba82c0e63f1dd400d84e12f2142c2cb691aec1 [diff] |
parisc: Build kernel without -ffunction-sections As suggested by Nick Piggin it seems we can drop the -ffunction-sections compile flag, now that the kernel uses thin archives. Testing with 32- and 64-bit kernel showed no difference in kernel size. Suggested-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Helge Deller <deller@gmx.de>