Skip to content
Snippets Groups Projects
Commit 9fbbfbc8 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-01-27 17:01:29 by simonm]

nuke GHC_DEBUG_HILEV_ASM and GHC_GCC_IS_AVAILABLE - never used.
parent 8e3bfa9b
No related merge requests found
......@@ -65,21 +65,9 @@ GHC_SYSMAN_DIR = $(GHC_RUNTIME_DIR)/gum
#-----------------------------------------------------------------------------
# Stuff for the C-compiling phase in particular...
# NON-OPTIMISING C COMPILATION: =================================
ifeq ($(HaveGcc), YES)
GHC_DEBUG_HILEV_ASM = $(WhatGccIsCalled)
else
GHC_DEBUG_HILEV_ASM = $(CC)
endif
# OPTIMISING C COMPILATION (regs, etc): ==========================
ifeq ($(HaveGcc), YES)
GHC_OPT_HILEV_ASM = $(WhatGccIsCalled)
GHC_GCC_IS_AVAILABLE = 1
else
GHC_OPT_HILEV_ASM = $(CC)
GHC_GCC_IS_AVAILABLE = 0
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment