Changeset c2565894 in rtems
- Timestamp:
- May 9, 2007, 6:53:32 PM (14 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 6b6c06b
- Parents:
- 6455dde
- Location:
- make
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
make/ChangeLog
r6455dde rc2565894 1 2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com> 2 3 * compilers/gcc-no_bsp.cfg: There are no longer any required managers. 4 Plus some cleanup 5 1 6 2007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com> 2 7 -
make/compilers/gcc-no_bsp.cfg
r6455dde rc2565894 227 227 228 228 229 # List (possibly empty) of required managers 230 # We require: 231 # region -- used by lib/libcsupport for malloc() 232 # ext -- used by libc for libc reentrancy hooks 233 234 MANAGERS_REQUIRED=region ext sem 235 236 # Create a RTEMS executable based on MANAGERS which was set in 237 # app's Makefile 229 # There are currently no required managers. 230 MANAGERS_REQUIRED= 231 232 # Create a RTEMS executable based on MANAGERS which was set in app's Makefile 238 233 239 234 MANAGERS_NOT_WANTED=$(filter-out $(MANAGERS), $(MANAGER_LIST)) 240 235 MANAGERS_NOT_WANTED:=$(filter-out $(MANAGERS_REQUIRED), $(MANAGERS_NOT_WANTED)) 241 236 242 # spell out all the LINK_FILE's, rather than using -lbsp, so243 # that $(LINK_FILES) can be a dependency244 245 237 # Start file must be one of 246 # $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o247 # $(PROJECT_RELEASE)/lib/asmiface$(LIB_VARIANT).o248 # It defaults to start.o, but an app can override it.249 250 238 # Note: Normally RTEMS provides a start file... 251 239 START_FILE=
Note: See TracChangeset
for help on using the changeset viewer.