From 87f0d88b2613f2e22dfa9f376236c0b78dc47ab8 Mon Sep 17 00:00:00 2001 From: Carsten Larsen Date: Mon, 27 Feb 2017 23:33:54 +0100 Subject: [PATCH] Fix Makefiles --- src/clib/Makefile | 6 +++--- src/cplex/Makefile | 6 +++--- src/lib/Makefile | 6 +++--- src/main/Makefile | 6 +++--- src/main/function/Makefile | 6 +++--- src/main/statement/Makefile | 6 +++--- src/real/Makefile | 6 +++--- src/system/Makefile | 6 +++--- 8 files changed, 24 insertions(+), 24 deletions(-) diff --git a/src/clib/Makefile b/src/clib/Makefile index 916b1fee..c3ddfcff 100644 --- a/src/clib/Makefile +++ b/src/clib/Makefile @@ -1,7 +1,7 @@ -CC = x86_64-aros-gcc +CC = gcc CFLAGS = -std=c9x -O3 -DWITHTEST -I. -I.. -Wall -AR = x86_64-aros-ar -RANLIB = x86_64-aros-ranlib +AR = ar +RANLIB = ranlib MKDIR = mkdir -p DEL = rm -f INSTALL = install -m 0644 diff --git a/src/cplex/Makefile b/src/cplex/Makefile index ad1ef19f..41a92ab7 100644 --- a/src/cplex/Makefile +++ b/src/cplex/Makefile @@ -1,7 +1,7 @@ -CC = x86_64-aros-gcc +CC = gcc CFLAGS = -std=c9x -O3 -DWITHTEST -I. -I.. -Wall -AR = x86_64-aros-ar -RANLIB = x86_64-aros-ranlib +AR = ar +RANLIB = ranlib MKDIR = mkdir -p DEL = rm -f INSTALL = install -m 0644 diff --git a/src/lib/Makefile b/src/lib/Makefile index c98e254b..dfba089e 100644 --- a/src/lib/Makefile +++ b/src/lib/Makefile @@ -1,7 +1,7 @@ -CXX = x86_64-aros-g++ +CXX = g++ CXXFLAGS = -O3 -DWITHTEST -I. -I.. -Wall -AR = x86_64-aros-ar -RANLIB = x86_64-aros-ranlib +AR = ar +RANLIB = ranlib MKDIR = mkdir -p DEL = rm -f INSTALL = install -m 0644 diff --git a/src/main/Makefile b/src/main/Makefile index 0c606d8a..d17559fb 100644 --- a/src/main/Makefile +++ b/src/main/Makefile @@ -1,7 +1,7 @@ -CXX = x86_64-aros-g++ +CXX = g++ CXXFLAGS = -O2 -DWITHTEST -I. -I.. -Wall -AR = x86_64-aros-ar -RANLIB = x86_64-aros-ranlib +AR = ar +RANLIB = ranlib DEL = rm -f all: lib diff --git a/src/main/function/Makefile b/src/main/function/Makefile index 07a990d7..4e2a7a98 100644 --- a/src/main/function/Makefile +++ b/src/main/function/Makefile @@ -1,7 +1,7 @@ -CXX = x86_64-aros-g++ +CXX = g++ CXXFLAGS = -O2 -DWITHTEST -I. -I../.. -Wall -AR = x86_64-aros-ar -RANLIB = x86_64-aros-ranlib +AR = ar +RANLIB = ranlib DEL = rm -f all: lib diff --git a/src/main/statement/Makefile b/src/main/statement/Makefile index 9a9c6654..060b8e27 100644 --- a/src/main/statement/Makefile +++ b/src/main/statement/Makefile @@ -1,7 +1,7 @@ -CXX = x86_64-aros-g++ +CXX = g++ CXXFLAGS = -O2 -DWITHTEST -I. -I../.. -Wall -AR = x86_64-aros-ar -RANLIB = x86_64-aros-ranlib +AR = ar +RANLIB = ranlib DEL = rm -f all: lib diff --git a/src/real/Makefile b/src/real/Makefile index 9ae10dee..085f56b9 100644 --- a/src/real/Makefile +++ b/src/real/Makefile @@ -1,7 +1,7 @@ -CC = x86_64-aros-gcc +CC = gcc CFLAGS = -std=c9x -O3 -DWITHTEST -I. -I.. -Wall -AR = x86_64-aros-ar -RANLIB = x86_64-aros-ranlib +AR = ar +RANLIB = ranlib MKDIR = mkdir -p DEL = rm -f INSTALL = install -m 0644 diff --git a/src/system/Makefile b/src/system/Makefile index 35a1c57a..e5ac3297 100644 --- a/src/system/Makefile +++ b/src/system/Makefile @@ -1,7 +1,7 @@ -CXX = x86_64-aros-g++ +CXX = g++ CXXFLAGS = -O2 -DWITHTEST -I. -I.. -Wall -AR = x86_64-aros-ar -RANLIB = x86_64-aros-ranlib +AR = ar +RANLIB = ranlib DEL = rm -f all: lib