Support some make environment variables #6

Open
opened 2025-06-15 05:43:10 -04:00 by Retropikzel · 0 comments
Owner

https://www.gnu.org/software/make/manual/make.html#Implicit-Variables

Instead of having implementation specific variable to inject arguments, compile-r7rs should support some make environment variables. Atleats:

  • CC
  • CFLAGS
  • CXX
  • CXXFLAGS
  • LDFLAGS
  • LDLIBS

The main program should read these and pass them as a string or a list of strings to the procedure that makes the implementation command.

https://www.gnu.org/software/make/manual/make.html#Implicit-Variables Instead of having implementation specific variable to inject arguments, compile-r7rs should support some make environment variables. Atleats: - CC - CFLAGS - CXX - CXXFLAGS - LDFLAGS - LDLIBS The main program should read these and pass them as a string or a list of strings to the procedure that makes the implementation command.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Retropikzel/compile-r7rs#6
No description provided.