Skip to content

Commit

Permalink
buildsupport: remove more traces of restFP support
Browse files Browse the repository at this point in the history
Note that we have linker magic support in automake as well, that claims generality so is left in place for now
  • Loading branch information
pwdraper committed Feb 26, 2014
1 parent 0c414c8 commit 9016a57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions applications/startcl/Makefile.am
Expand Up @@ -72,10 +72,9 @@ libtkGwm_la_SOURCES = $(GWM_ROUTINES)
libtkGwm_la_LIBADD = -ljpeg

atclsh_SOURCES = tclAppInit.c $(NBS_ROUTINES)
# Note C_FC_FCLINK_MAGIC needed under OS X to work around restFP.
atclsh_LDADD = libtclAdam.la `nbs_link` `ams_link_adam` `ems_link_adam` \
`cnfrtl_link` \
@TCL_LD_SEARCH_FLAGS@ @TCL_LIBS@ @FCLIBS@ @C_FC_FCLINK_MAGIC@
@TCL_LD_SEARCH_FLAGS@ @TCL_LIBS@ @FCLIBS@

awish_SOURCES = tkAppInit.c $(NBS_ROUTINES)
awish_LDADD = libtclAdam.la libtkGwm.la `nbs_link` `chr_link_adam` \
Expand Down
1 change: 0 additions & 1 deletion libraries/pcs/dtask/Makefile.am
Expand Up @@ -75,7 +75,6 @@ edit = sed \
-e 's,@STAR_CPPFLAGS\@,@STAR_CPPFLAGS@,g' \
-e 's,@STAR_LDFLAGS\@,@STAR_LDFLAGS@,g' \
-e 's,@FCLIBS\@,$(FCLIBS),g' \
-e 's,@C_FC_FCLINK_MAGIC\@,$(C_FC_FCLINK_MAGIC),g' \
-e 's,@FCFLAGS\@,@FCFLAGS@,g' \
-e "s!@DTASK_LINK_ADAM\@!`PATH=../subpar:$$PATH ./dtask_link_adam`!g" \
-e 's,@PACKAGE_NAME\@,$(PACKAGE_NAME),g' \
Expand Down

0 comments on commit 9016a57

Please sign in to comment.