summaryrefslogtreecommitdiff
path: root/meta/packages/gcc/gcc-native.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gcc/gcc-native.inc')
-rw-r--r--meta/packages/gcc/gcc-native.inc24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/packages/gcc/gcc-native.inc b/meta/packages/gcc/gcc-native.inc
deleted file mode 100644
index 635b01353..000000000
--- a/meta/packages/gcc/gcc-native.inc
+++ /dev/null
@@ -1,24 +0,0 @@
-DEPENDS = ""
-PACKAGES = ""
-PROVIDES = "gcc-native-${PV}"
-
-inherit native
-
-# This is intended to be a -very- basic config
-EXTRA_OECONF = "--with-local-prefix=${STAGING_DIR_TARGET}${prefix} \
- --with-newlib \
- --disable-shared \
- --disable-threads \
- --disable-multilib \
- --disable-__cxa_atexit \
- --enable-languages=c \
- --enable-target-optspace \
- --program-prefix=${TARGET_PREFIX}"
-
-NATIVE_INSTALL_WORKS = "1"
-do_install () {
- cd gcc
- oe_runmake 'DESTDIR=${D}' install-common install-headers install-libgcc
- install -d ${D}${bindir}/
- install -m 0755 xgcc ${D}${bindir}/gcc-${PV}
-}