diff options
Diffstat (limited to 'math/gotoblas/files/patch-exports+Makefile')
-rw-r--r-- | math/gotoblas/files/patch-exports+Makefile | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/math/gotoblas/files/patch-exports+Makefile b/math/gotoblas/files/patch-exports+Makefile deleted file mode 100644 index a91f5d77ec36..000000000000 --- a/math/gotoblas/files/patch-exports+Makefile +++ /dev/null @@ -1,45 +0,0 @@ ---- exports/Makefile 2010-02-06 01:01:00.000000000 +0900 -+++ exports/Makefile 2010-02-06 12:19:59.000000000 +0900 -@@ -75,13 +75,13 @@ - -Wl,--out-implib,libgoto2_shared.lib $(FEXTRALIB) - - libgoto2.def : gensymbol -- perl ./gensymbol win2k $(ARCH) dummy $(EXPRECISION) $(NO_CBLAS) > $(@F) -+ perl ./gensymbol win2k $(GARCH) dummy $(EXPRECISION) $(NO_CBLAS) > $(@F) - - libgoto2_shared.def : gensymbol -- perl ./gensymbol win2k $(ARCH) dummy $(EXPRECISION) $(NO_CBLAS) > $(@F) -+ perl ./gensymbol win2k $(GARCH) dummy $(EXPRECISION) $(NO_CBLAS) > $(@F) - - libgoto_hpl.def : gensymbol -- perl ./gensymbol win2khpl $(ARCH) dummy $(EXPRECISION) $(NO_CBLAS) > $(@F) -+ perl ./gensymbol win2khpl $(GARCH) dummy $(EXPRECISION) $(NO_CBLAS) > $(@F) - - $(LIBDYNNAME) : ../$(LIBNAME) osx.def - $(PREFIX)gcc $(CFLAGS) -all_load -dynamiclib -o $(LIBDYNNAME) $< -Wl,-exported_symbols_list,osx.def $(FEXTRALIB) -@@ -162,13 +162,13 @@ - rm -f goto.$(SUFFIX) - - linux.def : gensymbol ../Makefile.system ../getarch.c -- perl ./gensymbol linux $(ARCH) $(BU) $(EXPRECISION) $(NO_CBLAS) > $(@F) -+ perl ./gensymbol linux $(GARCH) $(BU) $(EXPRECISION) $(NO_CBLAS) > $(@F) - - osx.def : gensymbol ../Makefile.system ../getarch.c -- perl ./gensymbol osx $(ARCH) $(BU) $(EXPRECISION) $(NO_CBLAS) > $(@F) -+ perl ./gensymbol osx $(GARCH) $(BU) $(EXPRECISION) $(NO_CBLAS) > $(@F) - - aix.def : gensymbol ../Makefile.system ../getarch.c -- perl ./gensymbol aix $(ARCH) $(BU) $(EXPRECISION) $(NO_CBLAS) > $(@F) -+ perl ./gensymbol aix $(GARCH) $(BU) $(EXPRECISION) $(NO_CBLAS) > $(@F) - - symbol.S : gensymbol - perl ./gensymbol win2kasm noarch dummy $(EXPRECISION) $(NO_CBLAS) > symbol.S -@@ -178,7 +178,7 @@ - rm -f linktest - - linktest.c : gensymbol ../Makefile.system ../getarch.c -- perl ./gensymbol linktest $(ARCH) $(BU) $(EXPRECISION) $(NO_CBLAS) > linktest.c -+ perl ./gensymbol linktest $(GARCH) $(BU) $(EXPRECISION) $(NO_CBLAS) > linktest.c - - clean :: - @rm -f *.def *.dylib __.SYMDEF* |