Kaydet (Commit) 78cdd1b2 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Remove some presumably unnecessary leftovers from ancient times

I could not find that SHORTSTDC3 or SHORTSTDCPP3 would have any
meaning. They only occur here (and in our history).

Change-Id: I45141e60c144207fbf3fc0c5e59340b80951b212
üst 77219161
...@@ -39,9 +39,6 @@ ifeq ($(strip $(gb_COMPILEROPTFLAGS)),) ...@@ -39,9 +39,6 @@ ifeq ($(strip $(gb_COMPILEROPTFLAGS)),)
gb_COMPILEROPTFLAGS := -O2 gb_COMPILEROPTFLAGS := -O2
endif endif
gb_SHORTSTDC3 := 1
gb_SHORTSTDCPP3 := 6
gb_CPPU_ENV := gcc3 gb_CPPU_ENV := gcc3
gb_AFLAGS := $(AFLAGS) gb_AFLAGS := $(AFLAGS)
......
...@@ -315,8 +315,6 @@ $(call gb_InstallModuleTarget_add_defs,$(1),\ ...@@ -315,8 +315,6 @@ $(call gb_InstallModuleTarget_add_defs,$(1),\
$(gb_CPUDEFS) \ $(gb_CPUDEFS) \
$(gb_OSDEFS) \ $(gb_OSDEFS) \
-DCOMID=gcc3 \ -DCOMID=gcc3 \
-DSHORTSTDC3=$(gb_SHORTSTDC3) \
-DSHORTSTDCPP3=$(gb_SHORTSTDCPP3) \
-D_gcc3 \ -D_gcc3 \
) )
......
...@@ -314,8 +314,6 @@ $(call gb_InstallModuleTarget_add_defs,$(1),\ ...@@ -314,8 +314,6 @@ $(call gb_InstallModuleTarget_add_defs,$(1),\
$(gb_CPUDEFS) \ $(gb_CPUDEFS) \
$(gb_OSDEFS) \ $(gb_OSDEFS) \
-DCOMID=gcc3 \ -DCOMID=gcc3 \
-DSHORTSTDC3=$(gb_SHORTSTDC3) \
-DSHORTSTDCPP3=$(gb_SHORTSTDCPP3) \
-D_gcc3 \ -D_gcc3 \
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment