Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

release / riscv-demo

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • riscv-demo
  • examples
  • linpack
  • Makefile
  • Martin's avatar
    Release 2022.1 · a22edae1
    Martin committed Sep 07, 2022
    a22edae1 Browse Files
Makefile 305 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# Makefile for linpack project

# one of DP/SP/HP should be defined
# one of ROLL/UNROLL should be defined

BIN=linpack

# C sources
SOURCES=linpack.c

# Header and additional files
HEADERS=../common_sys_header.inc

CFLAGS=-ggdb

# libraries in required order (compiled in the order)
LIBS=c m c bcc built