Changeset 1d465bf in mainline for uspace/app/dload/Makefile


Ignore:
Timestamp:
2011-04-03T15:34:24Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3a3d4ca
Parents:
ec3e2ed
Message:

Fix passing of PCB pointer from dload. Build dltest (dynamically linked). Some issues with libtest remain.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/dload/Makefile

    rec3e2ed r1d465bf  
    3030LIBS =
    3131EXTRA_CFLAGS = -I../../srv/loader/include -I../../lib/c/rtld/include -Iinclude
     32LINKER_SCRIPT = arch/$(UARCH)/_link.ld
     33EXTRA_CLEAN = $(LINKER_SCRIPT)
    3234BINARY = dload
    3335
     
    4042
    4143include $(USPACE_PREFIX)/Makefile.common
     44
     45$(LINKER_SCRIPT): $(LINKER_SCRIPT).in
     46        $(GCC) $(DEFS) $(CFLAGS) -DLIBC_PREFIX=$(LIBC_PREFIX) -E -x c $< | grep -v "^\#" > $@
Note: See TracChangeset for help on using the changeset viewer.