Changes in uspace/Makefile.common [ba4799a:9234566] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
rba4799a r9234566 215 215 endif 216 216 217 # Prepare for POSIX before including platform specific stuff 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 218 227 ifeq ($(POSIX_COMPAT),y) 219 228 CFLAGS = -I$(LIBPOSIX_PREFIX)/include/posix -I$(LIBPOSIX_PREFIX)/include/ 220 BASE_LIBS = $(LIBPOSIX_PREFIX)/libposixaslibc.a $(LIBPOSIX_PREFIX)/libc4posix.a $(LIBSOFTINT_PREFIX)/libsoftint.a 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 229 LIBS += $(LIBPOSIX_PREFIX)/libposix.a 230 endif 232 231 233 232 ifeq ($(COMPILER),gcc_cross)
Note:
See TracChangeset
for help on using the changeset viewer.