comparison src/libgomp.mk @ 4208:8198522d93c4

* src/libgomp.mk: add dependancy to build-gcc (Bug #48976)
author John D
date Mon, 05 Sep 2016 10:12:49 -0400
parents c7e31c07c915
children
comparison
equal deleted inserted replaced
4207:8a01ad4817a1 4208:8198522d93c4
8 $(PKG)_SUBDIR = $(build-gcc_SUBDIR) 8 $(PKG)_SUBDIR = $(build-gcc_SUBDIR)
9 $(PKG)_FILE = $(build-gcc_FILE) 9 $(PKG)_FILE = $(build-gcc_FILE)
10 $(PKG)_URL = $(build-gcc_URL) 10 $(PKG)_URL = $(build-gcc_URL)
11 $(PKG)_URL_2 = $(build-gcc_URL_2) 11 $(PKG)_URL_2 = $(build-gcc_URL_2)
12 $(PKG)_DEPS := pthreads 12 $(PKG)_DEPS := pthreads
13
14 ifeq ($(USE_SYSTEM_GCC),no)
15 $(PKG)_DEPS += build-gcc
16 endif
13 17
14 define $(PKG)_UPDATE 18 define $(PKG)_UPDATE
15 echo $(build-gcc_VERSION) 19 echo $(build-gcc_VERSION)
16 endef 20 endef
17 21