diff --git a/packages/devel/llvm/package.mk b/packages/lang/llvm/package.mk similarity index 99% rename from packages/devel/llvm/package.mk rename to packages/lang/llvm/package.mk index 5388d02f80..ebc64adc46 100644 --- a/packages/devel/llvm/package.mk +++ b/packages/lang/llvm/package.mk @@ -27,7 +27,7 @@ PKG_DEPENDS="" PKG_BUILD_DEPENDS_TARGET="toolchain llvm:host" PKG_BUILD_DEPENDS_HOST="toolchain" PKG_PRIORITY="optional" -PKG_SECTION="toolchain/lang" +PKG_SECTION="lang" PKG_SHORTDESC="llvm: Low Level Virtual Machine" PKG_LONGDESC="Low-Level Virtual Machine (LLVM) is a compiler infrastructure designed for compile-time, link-time, run-time, and idle-time optimization of programs from arbitrary programming languages. It currently supports compilation of C, Objective-C, and C++ programs, using front-ends derived from GCC 4.0, GCC 4.2, and a custom new front-end, "clang". It supports x86, x86-64, ia64, PowerPC, and SPARC, with support for Alpha and ARM under development." diff --git a/packages/devel/llvm/patches/llvm-3.3-cross.patch b/packages/lang/llvm/patches/llvm-3.3-cross.patch similarity index 100% rename from packages/devel/llvm/patches/llvm-3.3-cross.patch rename to packages/lang/llvm/patches/llvm-3.3-cross.patch diff --git a/packages/devel/llvm/patches/llvm-3.4-fix-rpath.patch b/packages/lang/llvm/patches/llvm-3.4-fix-rpath.patch similarity index 100% rename from packages/devel/llvm/patches/llvm-3.4-fix-rpath.patch rename to packages/lang/llvm/patches/llvm-3.4-fix-rpath.patch