summaryrefslogtreecommitdiff
path: root/package/libgcc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-01-11 20:35:37 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-01-11 20:35:44 -0600
commit0c21382bb7270c6b7e34c2b43ccdb71c8853db44 (patch)
treefb30473db3979e8b294c6854231d78d732d226cd /package/libgcc/Makefile
parenta30f7fe5d730525af5daa6801f0b4d2f29025bd1 (diff)
activate serial console and network driver for atmel ngw100. first boot via nfs succeeds.
Diffstat (limited to 'package/libgcc/Makefile')
-rw-r--r--package/libgcc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libgcc/Makefile b/package/libgcc/Makefile
index f91bf152c..9db9a9fa7 100644
--- a/package/libgcc/Makefile
+++ b/package/libgcc/Makefile
@@ -34,6 +34,7 @@ INSTALL_STYLE:= manual
libgcc-install:
$(INSTALL_DIR) ${IDIR_LIBGCC}/$(ADK_TARGET_LIBC_PATH)
+ifeq ($(ADK_TARGET_ARCH_AVR32),)
ifeq ($(ADK_TARGET_UCLINUX),)
ifeq ($(ADK_TARGET_USE_STATIC_LIBS),)
ifeq ($(ADK_TARGET_ARCH_SH),y)
@@ -45,5 +46,6 @@ else
endif
endif
endif
+endif
include ${ADK_TOPDIR}/mk/pkg-bottom.mk