Changeset 6480827 in mainline for uspace/Makefile.common


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.

File:
1 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)
Note: See TracChangeset for help on using the changeset viewer.