Skip to content

Commit

Permalink
Making possible to choose compiler and removing conflicting old ld wr…
Browse files Browse the repository at this point in the history
…apper

Signed-off-by: Álvaro Jurado <elbingmiss@gmail.com>
  • Loading branch information
Álvaro Jurado committed May 18, 2018
1 parent e6c3fce commit 2b004d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 3 additions & 1 deletion linux.inc
Expand Up @@ -7,7 +7,9 @@ HARVEYLIB=${HARVEY}/${ARCH}/lib
APEXLIB=${APEX}/${ARCH}/lib
APEXBIN=${APEX}/${ARCH}/bin
AS=as
CC=gcc
ifndef CC
CC=gcc
endif
LD=ld

IDIR=${APEX}/include
Expand Down
6 changes: 0 additions & 6 deletions rc/bin/ld

This file was deleted.

0 comments on commit 2b004d1

Please sign in to comment.