6622N/A# The contents of this file are subject to the terms of the 6622N/A# Common Development and Distribution License (the "License"). 6622N/A# You may not use this file except in compliance with the License. 6622N/A# See the License for the specific language governing permissions 6622N/A# and limitations under the License. 6622N/A# When distributing Covered Code, include this CDDL HEADER in each 6622N/A# If applicable, add the following below this CDDL HEADER, with the 6622N/A# fields enclosed by brackets "[]" replaced with your own identifying 6622N/A# information: Portions Copyright [yyyy] [name of copyright owner] 6622N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. 6921N/A# We are using GCC 4.9 with LLVM, use it here too for the time being. 6638N/A# Uses an ON header file with S12-only features. 6622N/A# This component uses cmake to generate Makefiles and thus does not 6622N/A# Because of the weird way in which libiomp wants to build itself, 6622N/A# we can't pass a -std=<N> on compile line. This is done internally 6622N/A# by the cmake configuration files. 6622N/A# The Userland default flags for GCC are broken. 6622N/A# THe tarball extracts to 'libomp_oss' which doesn't match 6622N/A# the name constructed in $(COMPONENT_SRC). We fix that here. 6622N/A# There are no tests for this version of the Intel OpenMP Library