diff options
-rw-r--r-- | meta/packages/gcc/gcc-native.inc | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/meta/packages/gcc/gcc-native.inc b/meta/packages/gcc/gcc-native.inc index 63b7375e96..635b01353a 100644 --- a/meta/packages/gcc/gcc-native.inc +++ b/meta/packages/gcc/gcc-native.inc | |||
@@ -15,12 +15,10 @@ EXTRA_OECONF = "--with-local-prefix=${STAGING_DIR_TARGET}${prefix} \ | |||
15 | --enable-target-optspace \ | 15 | --enable-target-optspace \ |
16 | --program-prefix=${TARGET_PREFIX}" | 16 | --program-prefix=${TARGET_PREFIX}" |
17 | 17 | ||
18 | NATIVE_INSTALL_WORKS = "1" | ||
18 | do_install () { | 19 | do_install () { |
19 | : | ||
20 | } | ||
21 | |||
22 | do_stage () { | ||
23 | cd gcc | 20 | cd gcc |
24 | oe_runmake install-common install-headers install-libgcc | 21 | oe_runmake 'DESTDIR=${D}' install-common install-headers install-libgcc |
25 | install -m 0755 xgcc ${STAGING_BINDIR}/gcc-${PV} | 22 | install -d ${D}${bindir}/ |
23 | install -m 0755 xgcc ${D}${bindir}/gcc-${PV} | ||
26 | } | 24 | } |