X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fport.h;h=04b02102c2d17f9a60933d43eedf363f543571f0;hb=e33c24b4e792f1136531ed4108dcfc7e67871d65;hp=672a701b3b89e86f36b791adaa83166564554101;hpb=12a291f30d83a482bfa8c8e464f89eecbe57a4bf;p=fw%2Fsdcc diff --git a/src/port.h b/src/port.h index 672a701b..04b02102 100644 --- a/src/port.h +++ b/src/port.h @@ -51,6 +51,9 @@ typedef struct /** Target name string, used for --help */ const char *target_name; +/** Specific processor for the given target family. specified by -p */ + char *processor; + struct { /** TRUE if all types of glue functions should be inserted into