aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/simh/files/patch-makefile
blob: 9cd690ee62465bb58ea1ae630df8666c7cb3428c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- makefile.orig   Tue Feb  6 19:24:54 2007
+++ makefile    Tue May 22 20:10:20 2007
@@ -13,7 +13,7 @@
 ifeq ($(OSTYPE),macos)
 CC = gcc -std=c99 -O2 -U__STRICT_ANSI__ -g -lm -lrt $(OS_CCDEFS) -I .
 else
-CC = gcc -std=c99 -O2 -U__STRICT_ANSI__ -g -lm $(OS_CCDEFS) -I .
+CC += ${CFLAGS} -lm $(OS_CCDEFS) -I .
 endif
 ifeq ($(USE_NETWORK),)
 else