comparison src/libgomp.mk @ 4058:c7e31c07c915

of-sparsrb: add new package * src/librsb.mk: new file * src/librsb-1-nobzero.patch: new patch * src/of-sparsersb.mk: new file * src/of-sparsersb-1-cross-build.patch: new patch * src/libgomp.mk: install libgomp.spec to build tools * build_packages.m: add sparserb package * index.html: add librsb and of-sparsersb packages * Makefile.in: add sparsersb package to of-
author John Donoghue <john.donoghue@ieee.org>
date Sun, 22 Nov 2015 19:01:31 -0500
parents 385f5f4412b7
children 8198522d93c4
comparison
equal deleted inserted replaced
4057:2e7810eed506 4058:c7e31c07c915
34 $(MAKE) -C '$(1)/build/$(TARGET)/libgomp' -j '1' install DESTDIR='$(3)' 34 $(MAKE) -C '$(1)/build/$(TARGET)/libgomp' -j '1' install DESTDIR='$(3)'
35 35
36 # also copy omp.h to where other programs will see it 36 # also copy omp.h to where other programs will see it
37 $(INSTALL) -d "$(3)$(HOST_INCDIR)" 37 $(INSTALL) -d "$(3)$(HOST_INCDIR)"
38 $(INSTALL) -m644 '$(1)/build/$(TARGET)/libgomp/omp.h' '$(3)$(HOST_INCDIR)/' 38 $(INSTALL) -m644 '$(1)/build/$(TARGET)/libgomp/omp.h' '$(3)$(HOST_INCDIR)/'
39 if [ x"$(USE_SYSTEM_GCC)" == "xno" ]; then \
40 $(INSTALL) -d "$(3)/$(BUILD_TOOLS_PREFIX)/lib/gcc/$(TARGET)/$($(PKG)_VERSION)/"; \
41 cat '$(1)/build/$(TARGET)/libgomp/libgomp.spec' | $(SED) 's,-lgomp,-L$(HOST_LIBDIR)/gcc/$(TARGET)/$($(PKG)_VERSION) -lgomp,' > '$(3)$(BUILD_TOOLS_PREFIX)/lib/gcc/$(TARGET)/$($(PKG)_VERSION)/libgomp.spec'; \
42 fi
39 43
40 #'$(MXE_CC)' \ 44 #'$(MXE_CC)' \
41 # -W -Wall -Werror -ansi -pedantic \ 45 # -W -Wall -Werror -ansi -pedantic \
42 # '$(2).c' -o '$(HOST_BINDIR)/test-libgomp.exe' \ 46 # '$(2).c' -o '$(HOST_BINDIR)/test-libgomp.exe' \
43 # -fopenmp 47 # -fopenmp