- Timestamp:
- 2019-01-14T16:52:47Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d4ceba0
- Parents:
- 8e3bc063
- git-author:
- Jiri Svoboda <jiri@…> (2018-01-19 19:52:43)
- git-committer:
- Jiri Svoboda <jiri@…> (2019-01-14 16:52:47)
- Location:
- defaults/sparc64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
defaults/sparc64/niagara/Makefile.config
r8e3bc063 r1c3c287 14 14 CONFIG_FB = n 15 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 16 25 # Barebone build with essential binaries only 17 26 CONFIG_BAREBONE = y -
defaults/sparc64/ultra/Makefile.config
r8e3bc063 r1c3c287 8 8 QUADFLOAT = hard 9 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 10 19 # Barebone build with essential binaries only 11 20 CONFIG_BAREBONE = y
Note:
See TracChangeset
for help on using the changeset viewer.