mirror of
https://github.com/postgres/postgres.git
synced 2025-08-30 06:01:21 +03:00
Oops, don't forget to get rid ofthe -Bforcearchive option altogether...
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
@${AR} cq $@.pic `lorder $<.obj | tsort`
|
||||
${RANLIB} $@.pic
|
||||
@rm -f $@
|
||||
$(LD) -x -Bshareable -Bforcearchive \
|
||||
-o $@ $@.pic
|
||||
# $(LD) -x -Bshareable -Bforcearchive \
|
||||
$(LD) -x -Bshareable -o $@ $@.pic
|
||||
|
Reference in New Issue
Block a user