summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2020-04-01 21:25:06 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2020-04-25 15:13:49 +0100
commitc5092c358855c931966c504ebf5273097155ad1a (patch)
tree831d57dd49e1aebac6429f9bdcb8be53ae1e6c0f /profiles
parentprofiles: enable brotli USE flag (diff)
downloadportage-c5092c358855c931966c504ebf5273097155ad1a.tar.xz
sys-firmware/gnuk: Version bump
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Diffstat (limited to 'profiles')
-rw-r--r--profiles/use.local.desc37
1 files changed, 37 insertions, 0 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index 362e721f..d7660eb5 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -2,6 +2,43 @@
# your descriptions to your package's metadata.xml ONLY.
# * generated automatically using egencache *
+cross-arm-none-eabi/binutils:default-gold - Set ld to point to ld.gold instead of ld.bfd
+cross-arm-none-eabi/binutils:gold - Build ld.gold linker
+cross-arm-none-eabi/binutils:multitarget - Adds support to binutils for cross compiling (does not work with gas)
+cross-arm-none-eabi/binutils:plugins - Enable plugin support in tools
+cross-arm-none-eabi/gcc:awt - Useful only when building GCJ, this enables Abstract Window Toolkit (AWT) peer support on top of GTK+
+cross-arm-none-eabi/gcc:boundschecking - Add the bounds checking patch by Haj Ten Brugge, this will DISABLE the hardened PIE+SSP patches
+cross-arm-none-eabi/gcc:cilk - Support the Cilk Plus language (C/C++ based languages for parallel programming)
+cross-arm-none-eabi/gcc:d - Enable support for the D programming language
+cross-arm-none-eabi/gcc:fixed-point - Enable fixed-point arithmetic support for MIPS targets in gcc (Warning: significantly increases compile time!)
+cross-arm-none-eabi/gcc:gcj - Build the GCJ Java language frontend.
+cross-arm-none-eabi/gcc:go - Build the GCC Go language frontend.
+cross-arm-none-eabi/gcc:graphite - Add support for the framework for loop optimizations based on a polyhedral intermediate representation
+cross-arm-none-eabi/gcc:jit - Enable libgccjit so other applications can embed gcc for Just-In-Time compilation. This will slow down the compiler a bit as it forces all of the toolchain to be shared libs.
+cross-arm-none-eabi/gcc:libssp - Build SSP support into a dedicated library rather than use the code in the C library (DO NOT ENABLE THIS IF YOU DON'T KNOW WHAT IT DOES)
+cross-arm-none-eabi/gcc:lto - Build using Link Time Optimizations (LTO)
+cross-arm-none-eabi/gcc:mpx - Enable support for Intel Memory Protection Extensions (MPX)
+cross-arm-none-eabi/gcc:mudflap - Add support for mudflap, a pointer use checking library
+cross-arm-none-eabi/gcc:nopie - Disable PIE support (NOT FOR GENERAL USE)
+cross-arm-none-eabi/gcc:nossp - Disable SSP support (NOT FOR GENERAL USE)
+cross-arm-none-eabi/gcc:nptl - Enable support for Native POSIX Threads Library, the new threading module (requires linux-2.6 or better usually)
+cross-arm-none-eabi/gcc:objc - Build support for the Objective C code language
+cross-arm-none-eabi/gcc:objc++ - Build support for the Objective C++ language
+cross-arm-none-eabi/gcc:objc-gc - Build support for the Objective C code language Garbage Collector
+cross-arm-none-eabi/gcc:pgo - Build GCC using Profile Guided Optimization (PGO)
+cross-arm-none-eabi/gcc:sanitize - Build support for various sanitizer functions (ASAN/TSAN/etc...)
+cross-arm-none-eabi/gcc:ssp - Build packages with stack smashing protector on by default
+cross-arm-none-eabi/gcc:systemtap - enable systemtap static probe points
+cross-arm-none-eabi/gcc:vtv - Build support for virtual table verification (a C++ hardening feature)
+cross-arm-none-eabi/gdb:client - Install the main "gdb" program (most people want this)
+cross-arm-none-eabi/gdb:lzma - Support lzma compression in ELF debug info
+cross-arm-none-eabi/gdb:multitarget - Support all known targets in one gdb binary
+cross-arm-none-eabi/gdb:python - Enable support for the new internal scripting language, as well as extended pretty printers
+cross-arm-none-eabi/gdb:server - Install the "gdbserver" program (useful for embedded/remote targets)
+cross-arm-none-eabi/gdb:source-highlight - Enable listing highlighting via dev-util/source-highlight
+cross-arm-none-eabi/gdb:xml - Support parsing XML data files needed (at least) for cpu features, memory maps, and syscall tracing
+cross-arm-none-eabi/gdb:xxhash - Use dev-libs/xxhash to speed up internal hashing.
+cross-arm-none-eabi/newlib:nano - Build additional newlib-nano library
dev-lang/lua:deprecated - make deprecated data structures/routines available
dev-lang/luajit:lua52compat - Enable some upwards-compatible features from Lua 5.2 that are unlikely to break existing code.
dev-lang/php:adabas - Adds support for the Adabas database engine