Changeset ba4799a in mainline
- Timestamp:
- 2013-03-08T16:15:38Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 06b0211b
- Parents:
- e965dec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
re965dec rba4799a 215 215 endif 216 216 217 ## Setup platform configuration 218 # 219 220 -include $(LIBC_PREFIX)/arch/$(UARCH)/Makefile.common 221 222 ## Compilation options 223 # 224 225 JOBFILE = $(LIBC_PREFIX)/../../../tools/jobfile.py 226 217 # Prepare for POSIX before including platform specific stuff 227 218 ifeq ($(POSIX_COMPAT),y) 228 219 CFLAGS = -I$(LIBPOSIX_PREFIX)/include/posix -I$(LIBPOSIX_PREFIX)/include/ 229 220 BASE_LIBS = $(LIBPOSIX_PREFIX)/libposixaslibc.a $(LIBPOSIX_PREFIX)/libc4posix.a $(LIBSOFTINT_PREFIX)/libsoftint.a 230 221 endif 222 223 ## Setup platform configuration 224 # 225 226 -include $(LIBC_PREFIX)/arch/$(UARCH)/Makefile.common 227 228 ## Compilation options 229 # 230 231 JOBFILE = $(LIBC_PREFIX)/../../../tools/jobfile.py 231 232 232 233 ifeq ($(COMPILER),gcc_cross)
Note:
See TracChangeset
for help on using the changeset viewer.