lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
|
Last change
on this file since 123cd6d 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
|
|---|
| 2 | MACHINE = generic
|
|---|
| 3 |
|
|---|
| 4 | # CPU type
|
|---|
| 5 | PROCESSOR = sun4v
|
|---|
| 6 |
|
|---|
| 7 | # Quad Floats
|
|---|
| 8 | QUADFLOAT = hard
|
|---|
| 9 |
|
|---|
| 10 | # Support for SMP
|
|---|
| 11 | CONFIG_SMP = n
|
|---|
| 12 |
|
|---|
| 13 | # Framebuffer support
|
|---|
| 14 | CONFIG_FB = n
|
|---|
| 15 |
|
|---|
| 16 | # Dynamic linking support
|
|---|
| 17 | CONFIG_RTLD = y
|
|---|
| 18 |
|
|---|
| 19 | # Build shared libraries
|
|---|
| 20 | CONFIG_BUILD_SHARED_LIBS = y
|
|---|
| 21 |
|
|---|
| 22 | # Link against shared libraries
|
|---|
| 23 | CONFIG_USE_SHARED_LIBS = y
|
|---|
| 24 |
|
|---|
| 25 | # Barebone build with essential binaries only
|
|---|
| 26 | CONFIG_BAREBONE = y
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.