diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-05-30 13:31:18 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-05-31 00:03:04 +0300 |
commit | 8016dced31517e1695af932efedcf9f83a28d741 (patch) | |
tree | 88b36d8f19be0b0bb2feb199254f49e41be52aa3 /stoc | |
parent | 82f65054561020d38e37dd376e4f652dcd1bcca8 (diff) |
Bin MSVC unknown option '-0b0'
It was a typo, supposed to be -Ob0, but as stoc built fine anyway
without that, presumably not needed.
Change-Id: I866bd47c3d53bdf48581a3632d56fb3ac8b2ed5f
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/Library_bootstrap.mk | 6 | ||||
-rw-r--r-- | stoc/Library_introspection.mk | 10 | ||||
-rw-r--r-- | stoc/Library_invocadapt.mk | 10 | ||||
-rw-r--r-- | stoc/Library_invocation.mk | 10 | ||||
-rw-r--r-- | stoc/Library_javaloader.mk | 10 | ||||
-rw-r--r-- | stoc/Library_javavm.mk | 10 | ||||
-rw-r--r-- | stoc/Library_namingservice.mk | 10 | ||||
-rw-r--r-- | stoc/Library_proxyfac.mk | 10 | ||||
-rw-r--r-- | stoc/Library_reflection.mk | 10 | ||||
-rw-r--r-- | stoc/Library_stocservices.mk | 10 |
10 files changed, 0 insertions, 96 deletions
diff --git a/stoc/Library_bootstrap.mk b/stoc/Library_bootstrap.mk index efdaf4e26177..2676d47ae8e4 100644 --- a/stoc/Library_bootstrap.mk +++ b/stoc/Library_bootstrap.mk @@ -35,12 +35,6 @@ $(eval $(call gb_Library_add_defs,bootstrap,\ $(if $(filter-out $(diag),cache),-D__DIAGNOSE)) \ )) -ifeq ($(COM),MSC) -$(eval $(call gb_Library_add_defs,bootstrap,\ - -0b0 \ -)) -endif - endif $(eval $(call gb_Library_set_include,bootstrap,\ diff --git a/stoc/Library_introspection.mk b/stoc/Library_introspection.mk index 2ef9c387a40a..a6e9a9bd47c5 100644 --- a/stoc/Library_introspection.mk +++ b/stoc/Library_introspection.mk @@ -27,16 +27,6 @@ $(eval $(call gb_Library_Library,introspection)) -ifneq ($(debug),) - -ifeq ($(COM),MSC) -$(eval $(call gb_Library_add_defs,introspection,\ - -0b0 \ -)) -endif - -endif - $(eval $(call gb_Library_use_internal_api,introspection,\ insp \ )) diff --git a/stoc/Library_invocadapt.mk b/stoc/Library_invocadapt.mk index 356522cbfc78..ff6e3ec09ab3 100644 --- a/stoc/Library_invocadapt.mk +++ b/stoc/Library_invocadapt.mk @@ -27,16 +27,6 @@ $(eval $(call gb_Library_Library,invocadapt)) -ifneq ($(debug),) - -ifeq ($(COM),MSC) -$(eval $(call gb_Library_add_defs,invocadapt,\ - -0b0 \ -)) -endif - -endif - $(eval $(call gb_Library_use_internal_api,invocadapt,\ invadp \ )) diff --git a/stoc/Library_invocation.mk b/stoc/Library_invocation.mk index b73e22c7b18e..040463d290f8 100644 --- a/stoc/Library_invocation.mk +++ b/stoc/Library_invocation.mk @@ -27,16 +27,6 @@ $(eval $(call gb_Library_Library,invocation)) -ifneq ($(debug),) - -ifeq ($(COM),MSC) -$(eval $(call gb_Library_add_defs,invocation,\ - -0b0 \ -)) -endif - -endif - $(eval $(call gb_Library_use_internal_api,invocation,\ inv \ )) diff --git a/stoc/Library_javaloader.mk b/stoc/Library_javaloader.mk index 8855eae4911a..0822e4a45736 100644 --- a/stoc/Library_javaloader.mk +++ b/stoc/Library_javaloader.mk @@ -27,16 +27,6 @@ $(eval $(call gb_Library_Library,javaloader)) -ifneq ($(debug),) - -ifeq ($(COM),MSC) -$(eval $(call gb_Library_add_defs,javaloader,\ - -0b0 \ -)) -endif - -endif - $(eval $(call gb_Library_use_internal_api,javaloader,\ javaloader \ )) diff --git a/stoc/Library_javavm.mk b/stoc/Library_javavm.mk index 6cfc674f6787..193479998dc3 100644 --- a/stoc/Library_javavm.mk +++ b/stoc/Library_javavm.mk @@ -27,16 +27,6 @@ $(eval $(call gb_Library_Library,javavm)) -ifneq ($(debug),) - -ifeq ($(COM),MSC) -$(eval $(call gb_Library_add_defs,javavm,\ - -0b0 \ -)) -endif - -endif - $(eval $(call gb_Library_use_internal_api,javavm,\ jen \ )) diff --git a/stoc/Library_namingservice.mk b/stoc/Library_namingservice.mk index 68747b08c595..dcd72610e969 100644 --- a/stoc/Library_namingservice.mk +++ b/stoc/Library_namingservice.mk @@ -27,16 +27,6 @@ $(eval $(call gb_Library_Library,namingservice)) -ifneq ($(debug),) - -ifeq ($(COM),MSC) -$(eval $(call gb_Library_add_defs,namingservice,\ - -0b0 \ -)) -endif - -endif - $(eval $(call gb_Library_use_internal_api,namingservice,\ namingservice \ )) diff --git a/stoc/Library_proxyfac.mk b/stoc/Library_proxyfac.mk index ce3b23b2a830..a2efdc2ef1c2 100644 --- a/stoc/Library_proxyfac.mk +++ b/stoc/Library_proxyfac.mk @@ -27,16 +27,6 @@ $(eval $(call gb_Library_Library,proxyfac)) -ifneq ($(debug),) - -ifeq ($(COM),MSC) -$(eval $(call gb_Library_add_defs,proxyfac,\ - -0b0 \ -)) -endif - -endif - $(eval $(call gb_Library_use_internal_api,proxyfac,\ proxyfac \ )) diff --git a/stoc/Library_reflection.mk b/stoc/Library_reflection.mk index c14aaad31b03..34a5fe6cf091 100644 --- a/stoc/Library_reflection.mk +++ b/stoc/Library_reflection.mk @@ -27,16 +27,6 @@ $(eval $(call gb_Library_Library,reflection)) -ifneq ($(debug),) - -ifeq ($(COM),MSC) -$(eval $(call gb_Library_add_defs,reflection,\ - -0b0 \ -)) -endif - -endif - $(eval $(call gb_Library_use_internal_api,reflection,\ corefl \ )) diff --git a/stoc/Library_stocservices.mk b/stoc/Library_stocservices.mk index 6a0b5c667eef..d5741e604b9d 100644 --- a/stoc/Library_stocservices.mk +++ b/stoc/Library_stocservices.mk @@ -27,16 +27,6 @@ $(eval $(call gb_Library_Library,stocservices)) -ifneq ($(debug),) - -ifeq ($(COM),MSC) -$(eval $(call gb_Library_add_defs,stocservices,\ - -0b0 \ -)) -endif - -endif - $(eval $(call gb_Library_set_include,stocservices,\ -I$(SRCDIR)/stoc/inc \ $$(INCLUDE) \ |