diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-26 18:45:32 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-08 08:00:25 +0000 |
| commit | 775d467fe2cb54c4f4806507da0d4241e4997cc8 (patch) | |
| tree | d241bf72826432630092f67fd7d9f3f3e9d7946e | |
| parent | 588342f2c07d03377fe7b2f0c3df657ac1119f49 (diff) | |
| download | poky-775d467fe2cb54c4f4806507da0d4241e4997cc8.tar.gz | |
gcc-configure-common.inc: remove ac_cv_path_SED
It is not needed any more since sed-native had been dropped.
(From OE-Core rev: 289e433f8d0e4b5a710094e3a3c0d8e77e82e50d)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-configure-common.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-configure-common.inc b/meta/recipes-devtools/gcc/gcc-configure-common.inc index c30242d41a..6c60cf97f6 100644 --- a/meta/recipes-devtools/gcc/gcc-configure-common.inc +++ b/meta/recipes-devtools/gcc/gcc-configure-common.inc | |||
| @@ -52,7 +52,6 @@ EXTRA_OECONF = "\ | |||
| 52 | ${@get_gcc_multiarch_setting(bb, d)} \ | 52 | ${@get_gcc_multiarch_setting(bb, d)} \ |
| 53 | " | 53 | " |
| 54 | 54 | ||
| 55 | export ac_cv_path_SED = 'sed' | ||
| 56 | export gcc_cv_collect2_libs = 'none required' | 55 | export gcc_cv_collect2_libs = 'none required' |
| 57 | # We need to set gcc_cv_collect2_libs else there is cross-compilation badness | 56 | # We need to set gcc_cv_collect2_libs else there is cross-compilation badness |
| 58 | # in the config.log files (which might not get generated until do_compile | 57 | # in the config.log files (which might not get generated until do_compile |
