mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
16 lines
391 B
Plaintext
16 lines
391 B
Plaintext
$NetBSD: patch-src_runtime_objs_mk.alpha32-dunix,v 1.1 2016/07/03 19:29:27 dholland Exp $
|
|
|
|
Honor pkgsrc CFLAGS.
|
|
|
|
--- src/runtime/objs/mk.alpha32-dunix~ 2000-06-01 18:34:03.000000000 +0000
|
|
+++ src/runtime/objs/mk.alpha32-dunix
|
|
@@ -6,7 +6,7 @@
|
|
SHELL = /bin/sh
|
|
|
|
CC = cc -std
|
|
-CFLAGS = -O
|
|
+CFLAGS = @CFLAGS@
|
|
LDFLAGS = -non_shared -T 20000000 -D 40000000
|
|
AS = as -nocpp
|
|
AR = /usr/ucb/ar
|