Skip to content

Commit

Permalink
include headers from top-level rumprun-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
anttikantee committed Jun 24, 2015
1 parent 8478a70 commit 00014ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app-tools/Makefile.app-tools
Expand Up @@ -38,7 +38,7 @@ $(APP_TOOLS_DIR)/rumprun-$(APP_TOOLS_PLATFORM)-${1}: \
-e 's#!CC!#$(CC)#g;' \
-e 's#!CXX!#$(CXX)#g;' \
-e 's#!ARCH!#$(APP_TOOLS_TARGETARCH)#g;' \
-e 's#!BASE!#$(abspath .)#g;' \
-e 's#!BASE!#$(abspath ../..)#g;' \
-e 's#!APPTOOLS!#$(APP_TOOLS_DIR)#g;' \
-e 's#!APPTOOLS_PLATFORM!#$(APP_TOOLS_PLATFORM)#g;' \
-e 's#!CPPFLAGS!#$(BUILDRUMP_TOOL_CPPFLAGS)#g;' \
Expand Down
2 changes: 1 addition & 1 deletion app-tools/specs-bake.in
@@ -1,7 +1,7 @@
%rename cpp_options old_cpp_options

*cpp_options:
-nostdinc -isystem !BASE!/rump/include -isystem !BASE!/rump/include/c++ %(old_cpp_options) !CPPFLAGS! -D__RUMPRUN__
-nostdinc -isystem !BASE!/rumprun/include -isystem !BASE!/rumprun/include/c++ %(old_cpp_options) !CPPFLAGS! -D__RUMPRUN__

%rename cc1_options old_cc1_options

Expand Down
2 changes: 1 addition & 1 deletion app-tools/specs-ferment.in
@@ -1,7 +1,7 @@
%rename cpp_options old_cpp_options

*cpp_options:
-nostdinc -isystem !BASE!/rump/include -isystem !BASE!/rump/include/c++ %(old_cpp_options) !CPPFLAGS! -D__RUMPRUN__
-nostdinc -isystem !BASE!/rumprun/include -isystem !BASE!/rumprun/include/c++ %(old_cpp_options) !CPPFLAGS! -D__RUMPRUN__

%rename cc1_options old_cc1_options

Expand Down
2 changes: 1 addition & 1 deletion app-tools/specs-stub.in
@@ -1,7 +1,7 @@
%rename cpp_options old_cpp_options

*cpp_options:
-nostdinc -isystem !BASE!/rump/include -isystem !BASE!/rump/include/c++ %(old_cpp_options) !CPPFLAGS! -D__RUMPRUN__
-nostdinc -isystem !BASE!/rumprun/include -isystem !BASE!/rumprun/include/c++ %(old_cpp_options) !CPPFLAGS! -D__RUMPRUN__

%rename cc1_options old_cc1_options

Expand Down

0 comments on commit 00014ec

Please sign in to comment.