]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
default value of LINK to CC
authorRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Sat, 29 Jul 2023 06:20:55 +0000 (11:50 +0530)
committerRamakrishnan Muthukrishnan <ram@rkrishnan.org>
Sat, 29 Jul 2023 06:20:55 +0000 (11:50 +0530)
Makefile

index 72a6108702ae74f8d41c8d52b10aa4b7c79baa71..9f9ecc5197f15e90183f868cfdf62b2572c14081 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -160,6 +160,7 @@ AUDIO_OBJS=portaudio.o
 endif
 
 CFLAGS=        -Wno-deprecated-declarations -Wall -O3
+LINK?=   $(CC)
 # CFLAGS=      -Wno-deprecated-declarations -O3 -mcpu=cortex-a72 -mfloat-abi=hard -mfpu=neon-fp-armv8 -mneon-for-64bits
 OPTIONS=$(SMALL_SCREEN_OPTIONS) $(MIDI_OPTIONS) $(LEVEL_OPTIONS) $(PURESIGNAL_OPTIONS) $(REMOTE_OPTIONS) $(USBOZY_OPTIONS) \
        $(GPIO_OPTIONS) $(GPIOD_OPTIONS) $(LOCALCW_OPTIONS) \