summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_psosim_g++.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'include/makeinclude/platform_psosim_g++.GNU')
-rw-r--r--include/makeinclude/platform_psosim_g++.GNU26
1 files changed, 13 insertions, 13 deletions
diff --git a/include/makeinclude/platform_psosim_g++.GNU b/include/makeinclude/platform_psosim_g++.GNU
index 3918f3c4122..d2c62859b00 100644
--- a/include/makeinclude/platform_psosim_g++.GNU
+++ b/include/makeinclude/platform_psosim_g++.GNU
@@ -2,7 +2,7 @@
# PSOSim with GNU g++ 2.7.2
####
-#### Notes:
+#### Notes:
####
#### 1) This file assumes that the PSS_ROOT environment variable is set.
####
@@ -11,27 +11,27 @@
####
####
-CPU_FAMILY = psosim
-CPU = psosim
-CPU_TOOLS = psosim
-BOARD = psosim
+CPU_FAMILY = psosim
+CPU = psosim
+CPU_TOOLS = psosim
+BOARD = psosim
PSS_CFG_DIR = $(ACE_ROOT)/psosim
-PSS_SYS_DIR = $(PSS_ROOT)/sys/os
-PSS_SYS_LIBS = $(PSS_SYS_DIR)/prepc.a $(PSS_SYS_DIR)/psos.a $(PSS_SYS_DIR)/pna.a
-PSS_BSP = $(PSS_ROOT)/bsps/psosim
-PSS_BSP_LIB = $(PSS_BSP)/bsp.a
+PSS_SYS_DIR = $(PSS_ROOT)/sys/os
+PSS_SYS_LIBS = $(PSS_SYS_DIR)/prepc.a $(PSS_SYS_DIR)/psos.a $(PSS_SYS_DIR)/pna.a
+PSS_BSP = $(PSS_ROOT)/bsps/psosim
+PSS_BSP_LIB = $(PSS_BSP)/bsp.a
debug = 1
optimize = 1
CC = gcc
CXX = g++
-CFLAGS += -W -Wall -Wpointer-arith -pipe #### -Winline
+CFLAGS += -Wall -Wpointer-arith -pipe #### -Winline
CCFLAGS += $(CFLAGS) -fno-implicit-templates
-# -w suppresses warnings
-# -H tells you which header files are being included
+# -w suppresses warnings
+# -H tells you which header files are being included
# (switch between these)
#DCFLAGS += -g
#DCFLAGS += -g -H
@@ -41,7 +41,7 @@ DCFLAGS += -g -w
DLD = $(CXX)
LD = $(CXX)
LDFLAGS += # -z muldefs
-LIBS += $(PSS_SYS_LIBS) $(PSS_BSP_LIB) $(PSS_CFG_DIR)/acepsos.a -lsocket -lnsl -lm
+LIBS += $(PSS_SYS_LIBS) $(PSS_BSP_LIB) $(PSS_CFG_DIR)/acepsos.a -lsocket -lnsl -lm
OCFLAGS += -O2
#OCFLAGS += -O0
PIC = -fpic