diff options
| author | wesolows <none@none> | 2005-09-20 15:07:36 -0700 |
|---|---|---|
| committer | wesolows <none@none> | 2005-09-20 15:07:36 -0700 |
| commit | 02e56f3f1bfc8d9977bafb8cb5202f576dcded27 (patch) | |
| tree | 8f0d8950da265495d12f4426149833d90ece5a8e /usr/src/uts/i86pc/Makefile.rules | |
| parent | f9e4eebb64f2b4ca90bbafdaa2b24257309e2638 (diff) | |
| download | illumos-joyent-02e56f3f1bfc8d9977bafb8cb5202f576dcded27.tar.gz | |
6237094 perl build should honor $(CC)
6272179 relocation processing should be bypassed when building libgenunix et al
6307198 Need to pass in -save_args option when the new gcc is available
6310495 gcc and sun4 rootnex don't get along
6310534 new gcc options should be used to build ON
6319181 cw needs -xbuiltin support
Diffstat (limited to 'usr/src/uts/i86pc/Makefile.rules')
| -rw-r--r-- | usr/src/uts/i86pc/Makefile.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/i86pc/Makefile.rules b/usr/src/uts/i86pc/Makefile.rules index c0a5394419..b16bc137e3 100644 --- a/usr/src/uts/i86pc/Makefile.rules +++ b/usr/src/uts/i86pc/Makefile.rules @@ -191,7 +191,7 @@ $(OBJS_DIR)/dtracestubs.s: $(UNIX_O) $(LIBS) $$1, $$1, $$1); }' > $(OBJS_DIR)/dtracestubs.s $(DTRACESTUBS): $(DTRACESTUBS_O) - $(LD) -o $@ -G -h dtracestubs $(DTRACESTUBS_O) + $(BUILD.SO) $(DTRACESTUBS_O) # # Section 1b: Lint `object' build rules |
