Changeset 6480827 in mainline


Ignore:
Timestamp:
2019-01-11T12:49:41Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b251af5a
Parents:
a91b828
git-author:
Jiri Svoboda <jiri@…> (2018-01-10 21:39:12)
git-committer:
Jiri Svoboda <jiri@…> (2019-01-11 12:49:41)
Message:

Alignment workaround is just for amd64

Oops, this was never meant for the generic makefile and it was
breaking sparc64.

Location:
uspace
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    ra91b828 r6480827  
    112112
    113113AFLAGS = --fatal-warnings
    114 LDFLAGS = -Wl,--fatal-warnings,--warn-common -Wl,-z,max-page-size=0x1000
     114LDFLAGS = -Wl,--fatal-warnings,--warn-common
    115115
    116116ifeq ($(STATIC_NEEDED),y)
  • uspace/lib/c/arch/amd64/Makefile.common

    ra91b828 r6480827  
    2828
    2929# TODO: We need to implement DWARF unwinding and get rid of this flag.
    30 COMMON_CFLAGS += -fno-omit-frame-pointer
     30COMMON_CFLAGS += -fno-omit-frame-pointer -Wl,-z,max-page-size=0x1000
    3131
    3232# XXX: This architecture requires unoptimized TLS pointer access,
Note: See TracChangeset for help on using the changeset viewer.