source: mainline/defaults/sparc64/niagara/Makefile.config@ 214aefb

serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 214aefb was 1c3c287, checked in by Jiri Svoboda <jiri@…>, 7 years ago

Dynamic linking on sparc64

  • Property mode set to 100644
File size: 391 bytes
Line 
1# Machine type
2MACHINE = generic
3
4# CPU type
5PROCESSOR = sun4v
6
7# Quad Floats
8QUADFLOAT = hard
9
10# Support for SMP
11CONFIG_SMP = n
12
13# Framebuffer support
14CONFIG_FB = n
15
16# Dynamic linking support
17CONFIG_RTLD = y
18
19# Build shared libraries
20CONFIG_BUILD_SHARED_LIBS = y
21
22# Link against shared libraries
23CONFIG_USE_SHARED_LIBS = y
24
25# Barebone build with essential binaries only
26CONFIG_BAREBONE = y
Note: See TracBrowser for help on using the repository browser.