mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-26 11:25:27 +00:00
Remove useless -L switch now that gccld -link-as-library bug is fixed.
llvm-svn: 18613
This commit is contained in:
parent
ca6a649c9d
commit
6838b3c245
@ -47,18 +47,18 @@ $(ObjDir)/comp_main.bc: $(MainObj)
|
||||
$(Echo) Linking $(notdir $@) component...
|
||||
$(Verb) $(GCCLD) -link-as-library \
|
||||
-internalize-public-api-file=$(BUILD_SRC_DIR)/comp_main.lst \
|
||||
$(MainObj) -o $@ -L$(LLVMGCCStdCXXLibDir)
|
||||
$(MainObj) -o $@
|
||||
|
||||
# Generic exception handling support runtime.
|
||||
$(ObjDir)/comp_genericeh.bc: $(GenericEHObj)
|
||||
$(Echo) Linking $(notdir $@) component...
|
||||
$(Verb) $(GCCLD) -link-as-library \
|
||||
-internalize-public-api-file=$(BUILD_SRC_DIR)/comp_genericeh.lst \
|
||||
$(GenericEHObj) -o $@ -L$(LLVMGCCStdCXXLibDir)
|
||||
$(GenericEHObj) -o $@
|
||||
|
||||
# setjmp/longjmp exception handling support runtime.
|
||||
$(ObjDir)/comp_sjljeh.bc: $(SJLJEHObj)
|
||||
$(Echo) Linking $(notdir $@) component...
|
||||
$(Verb) $(GCCLD) -link-as-library \
|
||||
-internalize-public-api-file=$(BUILD_SRC_DIR)/comp_sjljeh.lst \
|
||||
$(SJLJEHObj) -o $@ -L$(LLVMGCCStdCXXLibDir)
|
||||
$(SJLJEHObj) -o $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user