perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / openindiana / fuse / patches / compiler.patch
blob6ab7d1a4099074377bf1b64c14fdc6ac85081d5c
1 diff -rup illumos-fusefs-Version-1.3.orig/kernel/Makefile.com illumos-fusefs-Version-1.3/kernel/Makefile.com
2 --- illumos-fusefs-Version-1.3.orig/kernel/Makefile.com 2016-01-29 08:27:03.000000000 +0100
3 +++ illumos-fusefs-Version-1.3/kernel/Makefile.com 2016-04-15 01:17:36.968277445 +0200
4 @@ -24,7 +24,7 @@
5 # Use is subject to license terms.
7 INSTALL= /usr/sbin/install
8 -CC = cc
9 +CC = /opt/gcc/4.4.4/bin/gcc
10 CTFMERGE = ctfmerge
11 CTFCONVERT = ctfconvert
12 LINT = lint
13 diff -rup illumos-fusefs-Version-1.3.orig/kernel/amd64/Makefile illumos-fusefs-Version-1.3/kernel/amd64/Makefile
14 --- illumos-fusefs-Version-1.3.orig/kernel/amd64/Makefile 2016-01-29 08:27:03.000000000 +0100
15 +++ illumos-fusefs-Version-1.3/kernel/amd64/Makefile 2016-04-15 01:17:49.005364646 +0200
16 @@ -23,7 +23,7 @@
17 # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
18 # Use is subject to license terms.
20 -CFLAGS=-xmodel=kernel -m64
21 +CFLAGS= -ffreestanding -mcmodel=kernel -mno-red-zone -m64
22 LINTFLAGS = -m64
23 include ../Makefile.com