Ignore:
File:
1 edited

Legend:

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

    r687108b rc92dfed  
    2929
    3030COMMON_CFLAGS += -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -mapcs-frame \
    31         -mcpu=$(subst _,-,$(PROCESSOR)) -Wl,-z,max-page-size=0x1000
     31        -mcpu=$(subst _,-,$(PROCESSOR))
    3232
    3333LDFLAGS += -Wl,--gc-sections
     
    3939ENDIANESS = LE
    4040
     41BFD_NAME = elf32-littlearm
     42BFD_ARCH = arm
Note: See TracChangeset for help on using the changeset viewer.