mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
parent
91de81a10a
commit
339193a887
@ -11,8 +11,8 @@ $(TARGET): $(TESTLIB_SO)
|
||||
|
||||
$(TESTLIB_SO): $(TESTLIB_SRC_CC)
|
||||
$(MSG_BUILD)$(TESTLIB_SO)
|
||||
$(VERBOSE)g++ -fPIC -c $^
|
||||
$(VERBOSE)g++ -shared -o $@ $(notdir $(^:.cc=.o))
|
||||
$(VERBOSE)g++ $(CC_MARCH) -fPIC -c $^
|
||||
$(VERBOSE)g++ $(CC_MARCH) -shared -o $@ $(notdir $(^:.cc=.o))
|
||||
|
||||
clean_libtestlib:
|
||||
$(VERBOSE)rm -f $(TESTLIB_SO) $(TESTLIB_SRC_CC:.cc=.o)
|
||||
|
Loading…
Reference in New Issue
Block a user