diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-11-10 20:50:24 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-11-11 22:59:04 +0100 |
| commit | 7354f59cae031cac45e95cac5d6a1d330e1ae391 (patch) | |
| tree | e0efcb1ef80f75d9f52b22826b142b8f749d3f3d | |
| parent | da1a445d419cfdd168c02f2ebc71800e7c86dc8d (diff) | |
| download | buildroot-7354f59cae031cac45e95cac5d6a1d330e1ae391.tar.gz buildroot-7354f59cae031cac45e95cac5d6a1d330e1ae391.zip | |
configs/apf9328: don't use sstrip
There is no reason in a defconfig to select sstrip specifically, so
let's get rid of it.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| -rw-r--r-- | configs/armadeus_apf9328_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/armadeus_apf9328_defconfig b/configs/armadeus_apf9328_defconfig index b42f757ec1..806e9a88da 100644 --- a/configs/armadeus_apf9328_defconfig +++ b/configs/armadeus_apf9328_defconfig @@ -3,7 +3,6 @@ BR2_arm=y BR2_arm920t=y # Toolchain -BR2_STRIP_sstrip=y BR2_GCC_VERSION_4_4_X=y BR2_PACKAGE_GDB=y BR2_PACKAGE_HOST_GDB=y |

