[svn:parrot] r40792 - branches/pluggable_runcore/config/gen/makefiles

cotto at svn.parrot.org cotto at svn.parrot.org
Tue Aug 25 21:54:40 UTC 2009


Author: cotto
Date: Tue Aug 25 21:54:40 2009
New Revision: 40792
URL: https://trac.parrot.org/parrot/changeset/40792

Log:
[config] remove hardcoded -lrt from root makefile
cotto-- for not paying closer attention

Modified:
   branches/pluggable_runcore/config/gen/makefiles/root.in

Modified: branches/pluggable_runcore/config/gen/makefiles/root.in
==============================================================================
--- branches/pluggable_runcore/config/gen/makefiles/root.in	Tue Aug 25 21:38:42 2009	(r40791)
+++ branches/pluggable_runcore/config/gen/makefiles/root.in	Tue Aug 25 21:54:40 2009	(r40792)
@@ -101,7 +101,7 @@
 AS               := @as@
 CC               := @cc@
 CC_INC           := @cc_inc@
-C_LIBS           := @libs@ -lrt
+C_LIBS           := @libs@
 CC_SHARED        := @cc_shared@
 CFLAGS           := $(CC_INC) @ccflags@ @cc_debug@ @ccwarn@ @cc_hasjit@ @cg_flag@ @gc_flag@ $(CC_SHARED)
 LINK_DYNAMIC     := @link_dynamic@


More information about the parrot-commits mailing list