Ignore:
Timestamp:
2019-01-22T12:16:42Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b51ee38
Parents:
e5360a8
git-author:
Jiri Svoboda <jiri@…> (2019-01-21 18:16:32)
git-committer:
Jiri Svoboda <jiri@…> (2019-01-22 12:16:42)
Message:

Dynamic linking for arm32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/arm32/Makefile.common

    re5360a8 r3ffb69b  
    2929
    3030COMMON_CFLAGS += -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -mapcs-frame \
    31         -mcpu=$(subst _,-,$(PROCESSOR))
     31        -mcpu=$(subst _,-,$(PROCESSOR)) -Wl,-z,max-page-size=0x1000
    3232
    3333LDFLAGS += -Wl,--gc-sections
Note: See TracChangeset for help on using the changeset viewer.