summaryrefslogtreecommitdiffstats
path: root/cpukit/wrapup/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-07-13 10:19:04 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-07-15 08:46:36 +0200
commitc5d0ca91cff6cc62f2c7b1849a8986f2497c15ac (patch)
treef4e8029d7315e537381b3923e3fa8950d455379e /cpukit/wrapup/Makefile.am
parentlibnetworking: Send the hostname if set in the network configuration. (diff)
downloadrtems-c5d0ca91cff6cc62f2c7b1849a8986f2497c15ac.tar.bz2
libcsupport: Workaround for GCC 5.1 and later
Disable an optimization which would lead to a recursive calloc() call in calloc().
Diffstat (limited to 'cpukit/wrapup/Makefile.am')
-rw-r--r--cpukit/wrapup/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am
index 53861df927..5fd6e33004 100644
--- a/cpukit/wrapup/Makefile.am
+++ b/cpukit/wrapup/Makefile.am
@@ -21,6 +21,7 @@ endif
TMP_LIBS += ../libcrypt/libcrypt.a
TMP_LIBS += ../libcsupport/libcsupport.a
+TMP_LIBS += ../libcsupport/libcalloc.a
TMP_LIBS += ../libblock/libblock.a
if LIBDOSFS
TMP_LIBS += ../libfs/libdosfs.a