Skip to content

Commit

Permalink
Remove reference to cc_build_call_frames, which probably should have …
Browse files Browse the repository at this point in the history
…been done along with other recent work on frames. Configure.pl once again runs cleanly.
  • Loading branch information
jkeenan committed May 12, 2011
1 parent 3dbd5d8 commit 650471b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/gen/makefiles/root.in
Expand Up @@ -92,7 +92,7 @@ C_LIBS = @libs@
CC_SHARED = @cc_shared@
CC_O_OUT = @cc_o_out@
CC_WARN = @ccwarn@
CFLAGS = $(CC_INC) @ccflags@ @cc_build_call_frames@ @cc_debug@ @clock_best@ $(CC_SHARED)
CFLAGS = $(CC_INC) @ccflags@ @cc_debug@ @clock_best@ $(CC_SHARED)
LINK_DYNAMIC = @link_dynamic@
LINK = @link@
LINKFLAGS = @linkflags@ @link_debug@ @ld_debug@
Expand Down

0 comments on commit 650471b

Please sign in to comment.