Skip to content

Commit

Permalink
Obey CC envvar in Makefiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Jun 6, 2012
1 parent 2e5da83 commit ece3591
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sources/dfmc/c-run-time/Makefile.in
Expand Up @@ -17,6 +17,7 @@ LIBDEST = $(OPEN_DYLAN_USER_INSTALL)/lib
BINDEST = $(OPEN_DYLAN_USER_INSTALL)/bin
INCDEST = $(OPEN_DYLAN_USER_INSTALL)/include

CC = @CC@
AS = as -L
AR = ar -q

Expand Down
1 change: 1 addition & 0 deletions sources/lib/run-time/pentium-freebsd/Makefile.in
Expand Up @@ -21,6 +21,7 @@ MPS_PLATFORM = fri4gc
MPS_VARIANT = hi
MPS_LIB = $(MPS_ROOT)/code/$(MPS_PLATFORM)/$(MPS_VARIANT)

CC = @CC@
AS = as -L
AR = ar -q

Expand Down
1 change: 1 addition & 0 deletions sources/lib/run-time/pentium-linux/Makefile.in
Expand Up @@ -21,6 +21,7 @@ MPS_PLATFORM = lii4gc
MPS_VARIANT = hi
MPS_LIB = $(MPS_ROOT)/code/$(MPS_PLATFORM)/$(MPS_VARIANT)

CC = @CC@
AS = as -L
AR = ar -q

Expand Down

0 comments on commit ece3591

Please sign in to comment.