Changeset c92dfed in mainline for uspace/lib/c


Ignore:
Timestamp:
2018-08-03T14:51:07Z (7 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3767bdb
Parents:
f2c8f55
git-author:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-02 18:34:59)
git-committer:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-03 14:51:07)
Message:

Bump GCC version to 8.2.0

File:
1 edited

Legend:

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

    rf2c8f55 rc92dfed  
    2929
    3030COMMON_CFLAGS += -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -mapcs-frame \
    31         -march=$(subst _,-,$(PROCESSOR_ARCH))
     31        -mcpu=$(subst _,-,$(PROCESSOR))
    3232
    3333LDFLAGS += -Wl,--gc-sections
Note: See TracChangeset for help on using the changeset viewer.