aboutsummaryrefslogtreecommitdiff
path: root/emulators/sim/files/patch-makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/sim/files/patch-makefile')
-rw-r--r--emulators/sim/files/patch-makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/sim/files/patch-makefile b/emulators/sim/files/patch-makefile
index 6d771593e784..1ca55e95bb9f 100644
--- a/emulators/sim/files/patch-makefile
+++ b/emulators/sim/files/patch-makefile
@@ -1,10 +1,10 @@
---- makefile.orig Mon Aug 22 18:36:56 2005
-+++ makefile Mon Aug 22 18:37:56 2005
+--- makefile.orig Fri Feb 2 07:12:20 2007
++++ makefile Sun Feb 11 15:57:23 2007
@@ -10,7 +10,7 @@
else
OS_CCDEFS = -D_GNU_SOURCE
endif
--CC = gcc -std=c99 -O2 -U__STRICT_ANSI__ -g -lm $(OS_CCDEFS) -I .
+-CC = gcc -std=c99 -O2 -U__STRICT_ANSI__ -g -lm -lrt $(OS_CCDEFS) -I .
+CC += ${CFLAGS} -lm $(OS_CCDEFS) -I .
ifeq ($(USE_NETWORK),)
else