Ignore:
Timestamp:
2018-07-05T21:41:25Z (7 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
74aee0c
Parents:
a37eeb9
git-author:
Dzejrou <dzejrou@…> (2018-06-28 17:36:35)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:25)
Message:

cpp: restructured build system to fix ia64 errors, renamed CPP* macros to CXX* macros to avoid possible conflicts with preprocessor macros

File:
1 edited

Legend:

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

    ra37eeb9 r8e2154e7  
    3030COMMON_CFLAGS += -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -mapcs-frame \
    3131        -march=$(subst _,-,$(PROCESSOR_ARCH))
    32 CPP_ARCHSPEC= -ffixed-r9 -mtp=soft -fno-omit-frame-pointer -mapcs-frame \
    33         -march=$(subst _,-,$(PROCESSOR_ARCH))
    3432
    3533LDFLAGS += -Wl,--gc-sections
     
    3735ifeq ($(CONFIG_FPU),y)
    3836        COMMON_CFLAGS += -mfloat-abi=hard
    39         CPP_ARCHSPEC += -mfloat-abi=hard
    4037endif
    4138
Note: See TracChangeset for help on using the changeset viewer.