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
|
---|
2 | MACHINE = generic
|
---|
3 |
|
---|
4 | # CPU type
|
---|
5 | PROCESSOR = us
|
---|
6 |
|
---|
7 | # Quad Floats
|
---|
8 | QUADFLOAT = hard
|
---|
9 |
|
---|
10 | # Dynamic linking support
|
---|
11 | CONFIG_RTLD = y
|
---|
12 |
|
---|
13 | # Build shared libraries
|
---|
14 | CONFIG_BUILD_SHARED_LIBS = y
|
---|
15 |
|
---|
16 | # Link against shared libraries
|
---|
17 | CONFIG_USE_SHARED_LIBS = y
|
---|
18 |
|
---|
19 | # Barebone build with essential binaries only
|
---|
20 | CONFIG_BAREBONE = y
|
---|
Note:
See
TracBrowser
for help on using the repository browser.