Changeset 17e4aec in mainline for uspace/app/binutils/Makefile
- Timestamp:
- 2011-06-26T01:30:09Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c3b653a
- Parents:
- de576907
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/binutils/Makefile
rde576907 r17e4aec 67 67 68 68 # Patched Makefile.common for ported user space applications. 69 include $(COMMON_MAKEFILE_PATCHED)69 -include $(COMMON_MAKEFILE_PATCHED) 70 70 71 71 # Patch $PATH to intercept toolchain calls. … … 95 95 # without including headers (which means that symbols are not prefixed). 96 96 CONFOBJ_OBJECT = $(subst $(space),\ ,$(shell pwd))/confobj.o 97 98 # Required by libposix on RISC platforms. 99 BASE_LIBS += $(LIBSOFTFLOAT_PREFIX)/libsoftfloat.a 97 100 98 101 # Map the HelenOS target to binutils target.
Note:
See TracChangeset
for help on using the changeset viewer.