Imported Upstream version 58.1
[platform/upstream/icu.git] / as_is / os400 / bldiculd.sh
1 #!/bin/sh
2 # Copyright (C) 2016 and later: Unicode, Inc. and others.
3 # License & terms of use: http://www.unicode.org/copyright.html
4 #  /* Copyright (C) 2011-2012 IBM Corporation and Others. All Rights Reserved */
5 icc -o iculd iculd.c
6 icc -o cxxfilt cxxfilt.cpp
7
8