Skip to content

Commit

Permalink
We can now compile most of CFP95 using F2C
Browse files Browse the repository at this point in the history
llvm-svn: 16820
  • Loading branch information
mbrukman committed Oct 7, 2004
1 parent 83dcc08 commit 7c1c7f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion External/SPEC/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
LEVEL = ../..
PARALLEL_DIRS := CFP2000 CINT2000 CINT95
PARALLEL_DIRS := CFP2000 CINT2000 CFP95 CINT95
include $(LEVEL)/Makefile.config

#
Expand All @@ -11,6 +11,7 @@ PARALLEL_DIRS := $(filter-out CINT2000/, $(PARALLEL_DIRS))
endif

ifndef USE_SPEC95
PARALLEL_DIRS := $(filter-out CFP95/, $(PARALLEL_DIRS))
PARALLEL_DIRS := $(filter-out CINT95/, $(PARALLEL_DIRS))
endif

Expand Down

0 comments on commit 7c1c7f6

Please sign in to comment.