Changeset 954c024 in mainline for kernel/arch/amd64/Makefile.inc


Ignore:
Timestamp:
2018-09-05T21:40:34Z (6 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:
f8048d1
Parents:
79b39d0
git-author:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-03 15:27:05)
git-committer:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-09-05 21:40:34)
Message:

Get rid of libsoftint and libsoftfloat in favor of using upstream libgcc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/Makefile.inc

    r79b39d0 r954c024  
    3232
    3333FPU_NO_CFLAGS = -mno-sse -mno-sse2
     34
     35# TODO: Red Zone is only a problem if we allow interrupts to land on an active
     36#       stack. Using separate stack for interrupts and ensuring that we never
     37#       enable interrupts on an interrupt stack would allow us to get rid of
     38#       the argument.
     39
    3440COMMON_CFLAGS += -mcmodel=$(MEMORY_MODEL) -mno-red-zone -fno-unwind-tables -fno-omit-frame-pointer
    3541
Note: See TracChangeset for help on using the changeset viewer.