GNU as: print a deprecation warning on program start
GNU as 2.17.50 will be removed before FreeBSD 13.
This commit is contained in:
parent
04d6c514b0
commit
6fd36c3b7a
@ -1089,6 +1089,7 @@ main (int argc, char ** argv)
|
||||
expandargv (&argc, &argv);
|
||||
|
||||
START_PROGRESS (myname, 0);
|
||||
fprintf (stderr, _("warning: as 2.17.50 is deprecated in FreeBSD and will be removed\n"));
|
||||
|
||||
#ifndef OBJ_DEFAULT_OUTPUT_FILE_NAME
|
||||
#define OBJ_DEFAULT_OUTPUT_FILE_NAME "a.out"
|
||||
|
Loading…
Reference in New Issue
Block a user