mirror of
https://github.com/nasa/trick.git
synced 2025-02-01 08:48:25 +00:00
Merge branch 'master' into 1821-action-required-github-actions-v4-update
This commit is contained in:
commit
e806fea8f3
@ -8,13 +8,13 @@
|
||||
|
||||
<p align=center>
|
||||
<a href="https://github.com/nasa/trick/actions?query=workflow%3ALinux">
|
||||
<img src="https://github.com/nasa/trick/workflows/Linux/badge.svg?branch=master" alt="Linux" height=30px>
|
||||
<img src="https://github.com/nasa/trick/actions/workflows/test_linux.yml/badge.svg?branch=master" alt="Linux" height=30px>
|
||||
</a>
|
||||
<a href="https://github.com/nasa/trick/actions?query=workflow%3AmacOS">
|
||||
<img src="https://github.com/nasa/trick/workflows/macOS/badge.svg?branch=master" alt="macOS" height=30px>
|
||||
<img src="https://github.com/nasa/trick/actions/workflows/test_macos.yml/badge.svg?branch=master" alt="macOS" height=30px>
|
||||
</a>
|
||||
<a href="https://github.com/nasa/trick/actions?query=workflow%3A32-bit">
|
||||
<img src="https://github.com/nasa/trick/workflows/32-bit/badge.svg?branch=master" alt="32-bit" height=30px>
|
||||
<img src="https://github.com/nasa/trick/actions/workflows/test_32_oracle.yml/badge.svg?branch=master" alt="32-bit" height=30px>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
include ${TRICK_HOME}/share/trick/makefiles/Makefile.common
|
||||
|
||||
RM = rm -rf
|
||||
CC = cc
|
||||
CC = gcc
|
||||
CPP = c++
|
||||
|
||||
DPX_DIR = ../..
|
||||
|
@ -2,7 +2,7 @@
|
||||
include ${TRICK_HOME}/share/trick/makefiles/Makefile.common
|
||||
|
||||
RM = rm -rf
|
||||
CC = cc
|
||||
CC = gcc
|
||||
CPP = c++
|
||||
|
||||
DPX_DIR = ../..
|
||||
|
@ -2,7 +2,7 @@
|
||||
include ${TRICK_HOME}/share/trick/makefiles/Makefile.common
|
||||
|
||||
RM = rm -rf
|
||||
CC = cc
|
||||
CC = gcc
|
||||
CPP = c++
|
||||
|
||||
DPX_DIR = ..
|
||||
|
@ -2,7 +2,7 @@
|
||||
include ${TRICK_HOME}/share/trick/makefiles/Makefile.common
|
||||
|
||||
RM = rm -rf
|
||||
CC = cc
|
||||
CC = gcc
|
||||
CPP = c++
|
||||
|
||||
DPX_DIR = ..
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
include ${TRICK_HOME}/share/trick/makefiles/Makefile.common
|
||||
|
||||
CC = cc
|
||||
CC = gcc
|
||||
|
||||
OBJ_DIR = object_${TRICK_HOST_CPU}
|
||||
LIBDIR = ../lib_${TRICK_HOST_CPU}
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
include ${TRICK_HOME}/share/trick/makefiles/Makefile.common
|
||||
|
||||
CC = cc
|
||||
CC = gcc
|
||||
CPP = c++
|
||||
|
||||
ifndef TRICK_HOST_CPU
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
RM = rm -rf
|
||||
CC = cc
|
||||
CC = gcc
|
||||
CPP = c++
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
RM = rm -rf
|
||||
CC = cc
|
||||
CC = gcc
|
||||
CPP = c++
|
||||
|
||||
CFLAGS = -g -Wall -std=c++11 ${TRICK_CXXFLAGS}
|
||||
|
@ -1,7 +1,7 @@
|
||||
include ${TRICK_HOME}/share/trick/makefiles/Makefile.common
|
||||
|
||||
RM = rm -rf
|
||||
CC = cc
|
||||
CC = gcc
|
||||
CPP = c++
|
||||
CURL = curl
|
||||
MV = mv
|
||||
|
Loading…
x
Reference in New Issue
Block a user