Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/scripts/Makefile.build

    r2725 r3621  
    256256quiet_cmd_link_o_target = LD      $@
    257257# If the list of objects to link is empty, just create an empty built-in.o
     258# -nostdlib is added to make "make LD=gcc ..." work (some people use that)
    258259cmd_link_o_target = $(if $(strip $(obj-y)),\
    259         $(LD) $(ld_flags) -r -o $@ $(filter $(obj-y), $^),\
     260        $(LD) -nostdlib $(ld_flags) -r -o $@ $(filter $(obj-y), $^),\
    260261        rm -f $@; $(AR) rcs $@)
    261262
Note: See TracChangeset for help on using the changeset viewer.