Skip to content

Commit

Permalink
Merge pull request #4289 from vsebe/libffi.zlinux
Browse files Browse the repository at this point in the history
Enforce rule override for .S files on zLinux 32 bit for libffi
  • Loading branch information
pshipton authored Jan 14, 2019
2 parents 58fdae2 + 8266cba commit 6e9f5ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/libffi/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2014, 2018 IBM Corp. and others
Copyright (c) 2014, 2019 IBM Corp. and others
This program and the accompanying materials are made available under
the terms of the Eclipse Public License 2.0 which accompanies this
Expand Down Expand Up @@ -45,7 +45,7 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-excepti

<!-- override makefile default rule for building .S files on zLinux 31 bit-->
<makefilestub data="sysv.o : ASFLAGS=-z noexecstack -mzarch -march=z9-109 -m31">
<include-if condition="spec.linux_390" />
<include-if condition="spec.linux_390.* and not spec.flags.J9VM_ENV_DATA64" />
</makefilestub>

<!-- Build .S files on AIX -->
Expand Down

0 comments on commit 6e9f5ff

Please sign in to comment.