source: mainline/defaults/sparc64/ultra/Makefile.config@ ab5e715c

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

Dynamic linking on sparc64

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